Lines Matching refs:line
136 my $line; # current line number
191 $line = 0;
221 my $line = shift;
227 print "$ARGV:$line:$msg:$contents" unless $self_test;
239 report_flexibly($line, $msg, $contents);
461 $line++;
781 my $body_len = $line - $line_body_start - 1;
998 $line_function_start = $line;
1009 $line_body_start = $contents =~ m/LONG BODY/ ? 0 : $line;
1012 $line_opening_brace = $line if $keyword_opening_brace =~ m/do|while|for/;
1014 … $line_opening_brace = $line if $keyword_opening_brace =~ m/if|else/ && $extended_1_stmt &&
1100 … report("leading ".($1 eq "" ? "empty" :"whitespace")." line") if $line == 1 && !$sloppy_SPC;
1103 my $linediff = $line - $line_before - 1;
1109 $line_before = $line;
1118 print("$ARGV:$line:$num_reports_line reports on:$contents")
1134 …report_flexibly($line, +@nested_block_indents." unclosed '{'", "(EOF)\n") if @nested_block_indents…
1137 … report_flexibly($line, "$directive_nesting unclosed '#if'", "(EOF)\n") if $directive_nesting != 0;