Lines Matching refs:case
110 --mailback only produce a report in case of warnings/errors
434 our $c90_Keywords = qr{do|for|while|if|else|return|goto|continue|switch|default|case|break}x;
1921 } elsif ($cur =~/^(case)/o) {
2039 case|
2897 my $case = 1;
2915 $case = 0 if ($line =~ /\b[Cc]ommit\s+[0-9a-f]{5,40}[^A-F]/);
2938 ($short || $long || $space || $case || ($orig_desc ne $description) || !$hasparens)) {
3368 # URL ($rawline is used in case the URL is in a comment)
3778 # Check for switch () and associated case and default
3787 if ($ctx =~ /^\+\s*(case\s+|default:)/ &&
3797 "switch and case should be at the same indent\n$hereline$err");
4522 if|for|while|switch|return|case|
4796 # terminating a case value or a label.
5077 # comparisons with a constant or upper case identifier on the left
5235 # case and default should not have general statements after them
5236 if ($line =~ /^.\s*(?:case\s*.*|default\s*):/g &&
6663 $stat =~ /^\+[$;\s]*(?:case[$;\s]+\w+[$;\s]*:[$;\s]*|)*[$;\s]*\bdefault[$;\s]*:[$;\s]*;/g) {