Searched refs:raw_line (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 1633 sub raw_line { subroutine 1652 my $stat_real = raw_line($linenr, 0); 1654 $stat_real = $stat_real . "\n" . raw_line($count, 0); 1665 $herectx .= raw_line($linenr, $n) . "\n"; 3554 my $stat_real = raw_line($linenr, $cond_lines); 4584 my $rl = raw_line($linenr, $n); 4742 $stat_real = raw_line($linenr, $cond_lines) 5831 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 6062 my $rl = raw_line($linenr, $n);
|
/openbmc/qemu/scripts/ |
H A D | checkpatch.pl | 1003 sub raw_line { subroutine 2155 my $stat_real = raw_line($linenr, $cond_lines); 2644 $stat_real = raw_line($linenr, $cond_lines) 2951 $herectx .= raw_line($linenr, $n) . "\n";;
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 2008 sub raw_line { subroutine 2027 my $stat_real = raw_line($linenr, 0); 2029 $stat_real = $stat_real . "\n" . raw_line($count, 0); 2040 $herectx .= raw_line($linenr, $n) . "\n"; 4444 my $stat_real = raw_line($linenr, $cond_lines); 5541 my $rl = raw_line($linenr, $n); 5738 $stat_real = raw_line($linenr, $cond_lines) 6916 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 7187 my $rl = raw_line($linenr, $n);
|