Lines Matching refs:count
137 my $count = 0;
155 print(++$count . "\t" . $type . "\n");
4568 my $count = $openparens =~ tr@\(@\(@;
4570 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun…
5762 for (my $count = $linenr; $count <= $lc; $count++) {
5763 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
5772 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5773 $stat_real = $stat_real . "\n" . raw_line($count, 0);
5890 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5891 $stat_real = $stat_real . "\n" . raw_line($count, 0);
5904 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5905 $stat_real = $stat_real . "\n" . raw_line($count, 0);
5909 my $count = $format =~ tr@%@%@;
5910 if ($count == 1 &&
6099 my $count = 0;
6101 while ($prevline > 1 && ($file || $count < 3) && !$has_break) {
6111 $count++;
6302 for (my $count = $linenr + 1; $count <= $lc; $count++) {
6303 $stat_real = $stat_real . "\n" . raw_line($count, 0);