Lines Matching refs:linenr

1393 	my ($linenr, $remain, $off) = @_;
1394 my $line = $linenr - 1;
1570 my ($linenr, $remain, $off) = @_;
1576 ($statement, $condition, $linenr, $remain, $off, $level) =
1577 ctx_statement_block($linenr, $remain, $off);
1581 return ($level, $linenr, @chunks);
1587 ($statement, $condition, $linenr, $remain, $off, $level) =
1588 ctx_statement_block($linenr, $remain, $off);
1595 return ($level, $linenr, @chunks);
1599 my ($linenr, $remain, $outer, $open, $close, $off) = @_;
1601 my $start = $linenr - 1;
1649 my ($linenr, $remain) = @_;
1651 my ($level, @r) = ctx_block_get($linenr, $remain, 1, '{', '}', 0);
1655 my ($linenr, $remain) = @_;
1657 my ($level, @r) = ctx_block_get($linenr, $remain, 0, '{', '}', 0);
1661 my ($linenr, $remain, $off) = @_;
1663 my ($level, @r) = ctx_block_get($linenr, $remain, 0, '(', ')', $off);
1667 my ($linenr, $remain) = @_;
1669 return ctx_block_get($linenr, $remain, 0, '{', '}', 0);
1672 my ($linenr, $remain, $off) = @_;
1674 return ctx_block_get($linenr, $remain, 0, '(', ')', $off);
1696 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) {
1697 my $line = $rawlines[$linenr - 1];
1699 if ($linenr == $first_line and $line =~ m@^.\s*\*@) {
1728 my ($linenr, $cnt) = @_;
1730 my $offset = $linenr - 1;
1744 my ($linenr, $lc) = @_;
1746 my $stat_real = raw_line($linenr, 0);
1747 for (my $count = $linenr + 1; $count <= $lc; $count++) {
1755 my ($linenr, $cnt, $here) = @_;
1759 $herectx .= raw_line($linenr, $n) . "\n";
2158 my ($linenr, $line) = @_;
2161 LINENR => $linenr,
2168 my ($linenr, $line) = @_;
2171 LINENR => $linenr,
2317 my $linenr=0;
2388 $linenr++;
2415 for (my $ln = $linenr + 1; $cnt > 0; $ln++) {
2435 $rawlines[$linenr] =~ m@^.\s*(?:\*\*+| \*)(?:\s|$)@)
2467 $linenr = 0;
2470 $linenr++;
2475 my $rawline = $rawlines[$linenr - 1];
2490 $first_line = $linenr + 1;
2534 $here = "#$linenr: " if (!$file);
2579 $prefix = "$filename:$linenr: ";
2752 if (!defined $lines[$linenr]) {
2755 } elsif ($rawlines[$linenr] !~ /^\s*signed-off-by:\s*(.*)/i) {
2757 …st be immediately followed by Signed-off-by:\n" . "$here\n" . $rawline . "\n" .$rawlines[$linenr]);
2760 … and Signed-off-by: name/email do not match \n" . "$here\n" . $rawline . "\n" .$rawlines[$linenr]);
2846 defined $rawlines[$linenr] &&
2847 $rawlines[$linenr] =~ /^\s*\("([^"]+)"\)/) {
2851 defined $rawlines[$linenr] &&
2852 $rawlines[$linenr] =~ /^\s*[^"]+"\)/) {
2855 $rawlines[$linenr] =~ /^\s*([^"]+)"\)/;
3020 my $ln = $linenr + 1;
3284 …if ($line =~ /^\+/ && defined $lines[$linenr] && $lines[$linenr] =~ /^\\ No newline at end of file…
3504 $last_blank_line != ($linenr - 1)) {
3511 $last_blank_line = $linenr;
3598 defined $lines[$linenr] &&
3599 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) {
3631 if ($linenr > $suppress_statement &&
3634 ctx_statement_block($linenr, $realcnt, 0);
3712 my @ctx = ctx_block_outer($linenr, $realcnt);
3735 my ($level, @ctx) = ctx_statement_level($linenr, $realcnt, 0);
3745 my $ctx_ln = $linenr;
3780 ctx_statement_block($linenr, $realcnt, 0)
3853 my $stat_real = raw_line($linenr, $cond_lines);
3885 print "$linenr > .$outline\n";
3886 print "$linenr > $curr_values\n";
3887 print "$linenr > $curr_vars\n";
4035 if (!defined $suppress_export{$linenr} &&
4040 $suppress_export{$linenr} = 2;
4042 if (defined $suppress_export{$linenr} &&
4043 $suppress_export{$linenr} == 2) {
4926 my $rl = raw_line($linenr, $n);
4973 $linenr >= 3 &&
4974 $lines[$linenr - 3] =~ /^[ +]/ &&
4975 $lines[$linenr - 3] !~ /^[ +]\s*$Ident\s*:/) {
5050 ctx_statement_block($linenr, $realcnt, 0)
5069 if (!defined $suppress_whiletrailers{$linenr} &&
5114 $stat_real = raw_line($linenr, $cond_lines)
5189 my ($s, $c) = ctx_statement_block($linenr, $realcnt, 0);
5281 my $ln = $linenr;
5288 ctx_statement_block($linenr, $realcnt, 0);
5346 my $herectx = get_stat_here($linenr, $stmt_cnt, $here);
5419 my $herectx = get_stat_here($linenr, $cnt, $here);
5443 my $ln = $linenr;
5448 ctx_statement_block($linenr, $realcnt, 0);
5460 my $herectx = get_stat_here($linenr, $cnt, $here);
5474 my $herectx = get_stat_here($linenr, $cnt, $here);
5484 ctx_statement_full($linenr, $realcnt, 1);
5492 my $ln = $linenr - 1;
5535 if (!defined $suppress_ifbraces{$linenr - 1} &&
5547 ctx_statement_full($linenr, $realcnt, $-[0]);
5562 my $herectx = get_stat_here($linenr, $cnt, $here);
5609 $last_coalesced_string_linenr != $linenr - 1) {
5627 $last_coalesced_string_linenr = $linenr;
5739 if ($lines[$linenr - 2] =~ /^\+(\t*)if\s*\(\s*$tested\s*\)\s*$/) {
5744 if ($lines[$linenr - 1] =~ /^\+(\t+)$func\s*\(\s*$tested\s*\)\s*;\s*$/) {
5764 $linenr > 3) {
5766 my $testline = $lines[$linenr - 3];
5768 my ($s, $c) = ctx_statement_block($linenr - 3, $realcnt, 0);
5943 if (!ctx_has_comment($first_line, $linenr)) {
5970 if (!ctx_has_comment($first_line, $linenr)) {
5988 if (!ctx_has_comment($first_line, $linenr)) {
5996 if (!ctx_has_comment($first_line, $linenr)) {
6177 $lc = $lc + $linenr;
6178 for (my $count = $linenr; $count <= $lc; $count++) {
6198 $stat_real = get_stat_real($linenr, $lc);
6205 my $stat_real = get_stat_real($linenr, $lc);
6327 $lc = $lc + $linenr;
6328 my $stat_real = get_stat_real($linenr, $lc);
6338 $lc = $lc + $linenr;
6339 my $stat_real = get_stat_real($linenr, $lc);
6415 my $rl = raw_line($linenr, $n);
6469 my $herectx = get_stat_here($linenr, $cnt, $here);
6543 my $herectx = get_stat_here($linenr, $cnt, $here);
6781 $lc = $lc + $linenr;
6782 my $stat_real = get_stat_real($linenr, $lc);