Lines Matching refs:count
142 my $count = 0;
160 print(++$count . "\t" . $type . "\n");
1704 for (my $count = $linenr + 1; $count <= $lc; $count++) {
1705 $stat_real = $stat_real . "\n" . raw_line($count, 0);
4822 my $count = $openparens =~ tr@\(@\(@;
4824 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun…
6015 for (my $count = $linenr; $count <= $lc; $count++) {
6019 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
6176 my $count = $format =~ tr@%@%@;
6177 if ($count == 1 &&
6364 my $count = 0;
6366 while ($prevline > 1 && ($file || $count < 3) && !$has_break) {
6376 $count++;