Lines Matching refs:stat
1541 my ($stat, $cond, $line_nr_next, $remain_next, $off_next,
1544 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
1546 $stat =~ s/\n./\n /g;
1557 my $s = $stat;
1671 my ($s, $c) = ($stat, $cond);
1740 $stat !~ /^\+/ && $stat_real !~ /^\+/) {
1830 if ($stat =~ /^.([A-Z_]+)\s*\(\s*($Ident)/ &&
1835 } elsif ($stat !~ /(?:
2264 if (defined($stat) && $stat =~ /^.\s*return(\s*)(\(.*);/s) {
2320 my ($s, $c) = ($stat, $cond);
2762 if ($realfile =~ /\.c$/ && defined $stat &&
2763 $stat =~ /^.\s*(?:extern\s+)?$Type\s+($Ident)(\s*)\(/s)
2768 my $s = $stat;
2782 } elsif ($realfile =~ /\.c$/ && defined $stat &&
2783 $stat =~ /^.\s*extern\s+/)