Lines Matching refs:stat
1359 my ($stat, $cond, $line_nr_next, $remain_next, $off_next);
1361 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
1363 $stat =~ s/\n./\n /g;
1366 my $s = $stat;
1478 my ($s, $c) = ($stat, $cond);
1546 $stat !~ /^\+/ && $stat_real !~ /^\+/) {
2015 if (defined($stat) && $stat =~ /^.\s*return(\s*)(\(.*);/s) {
2063 my ($s, $c) = ($stat, $cond);
2470 if ($realfile =~ /\.c$/ && defined $stat &&
2471 $stat =~ /^.\s*(?:extern\s+)?$Type\s+($Ident)(\s*)\(/s)
2476 my $s = $stat;
2490 } elsif ($realfile =~ /\.c$/ && defined $stat &&
2491 $stat =~ /^.\s*extern\s+/)