Lines Matching refs:CNT
1634 my ($linenr, $cnt) = @_;
1637 $cnt++;
1640 while ($cnt) {
1643 $cnt--;
1661 my ($linenr, $cnt, $here) = @_;
1664 for (my $n = 0; $n < $cnt; $n++) {
2315 my $cnt = $realcnt;
2316 for (my $ln = $linenr + 1; $cnt > 0; $ln++) {
2319 $cnt--;
2832 my $cnt = $realcnt;
2837 for (; $cnt > 0 && defined $lines[$ln - 1]; $ln++) {
2839 $cnt-- if ($lines[$ln - 1] !~ /^-/);
3452 ##print "SKIP<$ctx_skip> CNT<$ctx_cnt>\n";
4582 my $cnt = statement_rawlines($if_stat);
4583 for (my $n = 0; $n < $cnt; $n++) {
4920 my $cnt = $realcnt;
4925 ($dstat, $dcond, $ln, $cnt, $off) =
4928 #print "dstat<$dstat> dcond<$dcond> cnt<$cnt> off<$off>\n";
5055 my $cnt = statement_rawlines($ctx);
5056 my $herectx = get_stat_here($linenr, $cnt, $here);
5081 my $cnt = $realcnt;
5084 ($dstat, $dcond, $ln, $cnt, $off) =
5096 my $cnt = statement_rawlines($ctx);
5097 my $herectx = get_stat_here($linenr, $cnt, $here);
5110 my $cnt = statement_rawlines($ctx);
5111 my $herectx = get_stat_here($linenr, $cnt, $here);
5234 my $cnt = statement_rawlines($block);
5235 my $herectx = get_stat_here($linenr, $cnt, $here);
6059 my $cnt = statement_rawlines($stat);
6061 for (my $n = 0; $n < $cnt; $n++) {
6115 my $cnt = statement_rawlines($stat);
6116 my $herectx = get_stat_here($linenr, $cnt, $here);
6120 $cnt == 1 &&
6200 my $cnt = statement_rawlines($stat);
6201 my $herectx = get_stat_here($linenr, $cnt, $here);