Searched refs:raw_line (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 1597 sub raw_line { subroutine 3469 my $stat_real = raw_line($linenr, $cond_lines); 4647 $stat_real = raw_line($linenr, $cond_lines) 4891 $herectx .= raw_line($linenr, $n) . "\n"; 4968 $herectx .= raw_line($linenr, $n) . "\n"; 5012 $herectx .= raw_line($linenr, $n) . "\n"; 5030 $herectx .= raw_line($linenr, $n) . "\n"; 5158 $herectx .= raw_line($linenr, $n) . "\n"; 5746 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 5754 my $stat_real = raw_line($linenr, 0); [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 1760 sub raw_line { subroutine 1779 my $stat_real = raw_line($linenr, 0); 1781 $stat_real = $stat_real . "\n" . raw_line($count, 0); 1792 $herectx .= raw_line($linenr, $n) . "\n"; 3924 my $stat_real = raw_line($linenr, $cond_lines); 5002 my $rl = raw_line($linenr, $n); 5193 $stat_real = raw_line($linenr, $cond_lines) 6290 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 6522 my $rl = raw_line($linenr, $n);
|