Lines Matching refs:count
133 my $count = 0;
150 print(++$count . "\t" . $type . "\n");
4465 my $count = $openparens =~ tr@\(@\(@;
4467 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun…
5734 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5735 $stat_real = $stat_real . "\n" . raw_line($count, 0);
5748 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5749 $stat_real = $stat_real . "\n" . raw_line($count, 0);
5753 my $count = $format =~ tr@%@%@;
5754 if ($count == 1 &&
5912 my $count = 0;
5914 while ($prevline > 1 && ($file || $count < 3) && !$has_break) {
5924 $count++;
6109 for (my $count = $linenr + 1; $count <= $lc; $count++) {
6110 $stat_real = $stat_real . "\n" . raw_line($count, 0);