Searched refs:raw_line (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 2004 sub raw_line { subroutine 2023 my $stat_real = raw_line($linenr, 0); 2025 $stat_real = $stat_real . "\n" . raw_line($count, 0); 2036 $herectx .= raw_line($linenr, $n) . "\n"; 4431 my $stat_real = raw_line($linenr, $cond_lines); 5528 my $rl = raw_line($linenr, $n); 5725 $stat_real = raw_line($linenr, $cond_lines) 6903 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 7174 my $rl = raw_line($linenr, $n);
|
Completed in 15 milliseconds