Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Dcheckpatch.pl1335 sub raw_line { subroutine
3016 my $stat_real = raw_line($linenr, $cond_lines);
4134 $stat_real = raw_line($linenr, $cond_lines)
4378 $herectx .= raw_line($linenr, $n) . "\n";
4397 $herectx .= raw_line($linenr, $n) . "\n";
4441 $herectx .= raw_line($linenr, $n) . "\n";
4459 $herectx .= raw_line($linenr, $n) . "\n";
4587 $herectx .= raw_line($linenr, $n) . "\n";
5087 my $stat_real = raw_line($linenr, 0);
5089 $stat_real = $stat_real . "\n" . raw_line($count, 0);
[all …]