Home
last modified time | relevance | path

Searched refs:line2 (Results 1 – 2 of 2) sorted by path

/qemu/roms/
H A Dedk2-build.py99 def build_message(line, line2 = None, silent = False): argument
112 if line2:
/qemu/scripts/
H A Dclean-header-guards.pl49 my ($fname, $msg, $line1, $line2) = @_;
54 print " $line2" if defined $line2;
119 my $line2 = $1;
124 skipping($fname, "no recognizable header guard", $line1, $line2);
128 unless ($line2 =~ /^\s*\#\s*define\s+([A-Za-z0-9_]+)/) {
129 skipping($fname, "no recognizable header guard", $line1, $line2);
135 $line1, $line2);
163 $line1, $line2);
192 if ($line1 ne $newl1 or $line2 ne $newl2 or $line3 ne $newl3) {