Lines Matching refs:line
150 my $line; # current line number
205 $line = 0;
302 my $line = shift;
308 print "$ARGV:$line:$msg:$contents" unless $self_test;
320 report_flexibly($line, $msg, $contents);
545 $line++;
888 my $body_len = $line - $line_body_start - 1;
948 my $blank_line_before = $line > 1 && $code_contents_before =~ m/^\s*(\\\s*)?$/;
954 …report_flexibly($line - 1, "blank line within local decls, before", $contents) if $blank_line_befo…
956 … report_flexibly($line, "missing blank line after local decls", "\n$contents_before$contents")
1125 $line_function_start = $line;
1136 … $line_body_start = $contents =~ m/LONG BODY/ ? 0 : $line if $line_function_start != 0;
1139 …$line_opening_brace = $line if $keyword_opening_brace =~ m/if|do|while|for|(OSSL_)?LIST_FOREACH(_\…
1141 … $line_opening_brace = $line if $keyword_opening_brace eq "else" && $extended_1_stmt &&
1227 … report("leading ".($1 eq "" ? "blank" :"whitespace")." line") if $line == 1 && !$sloppy_SPC;
1230 my $linediff = $line - $line_before - 1;
1236 $line_before = $line;
1245 print("$ARGV:$line:$num_reports_line reports on:$contents")
1261 …report_flexibly($line, +@nested_block_indents." unclosed '{'", "(EOF)\n") if @nested_block_indents…
1264 …report_flexibly($line, "$preproc_if_nesting unclosed '#if'", "(EOF)\n") if $preproc_if_nesting != …