Lines Matching refs:count
159 my $count = 0;
208 print(++$count . "\t" . $type . "\n");
1222 my $count = $output =~ tr/\n//;
1223 return $count eq 1 && $output =~ m{^${filename}$};
2024 for (my $count = $linenr + 1; $count <= $lc; $count++) {
2025 $stat_real = $stat_real . "\n" . raw_line($count, 0);
5597 my $count = $openparens =~ tr@\(@\(@;
5599 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun…
6889 for (my $count = $linenr; $count <= $lc; $count++) {
6894 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7077 my $count = $format =~ tr@%@%@;
7078 if ($count == 1 &&