Searched refs:raw_line (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dcheckpatch.pl2005 sub raw_line { subroutine
2024 my $stat_real = raw_line($linenr, 0);
2026 $stat_real = $stat_real . "\n" . raw_line($count, 0);
2037 $herectx .= raw_line($linenr, $n) . "\n";
4432 my $stat_real = raw_line($linenr, $cond_lines);
5529 my $rl = raw_line($linenr, $n);
5726 $stat_real = raw_line($linenr, $cond_lines)
6901 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7191 my $rl = raw_line($linenr, $n);

Completed in 109 milliseconds