Home
last modified time | relevance | path

Searched refs:grind_ct (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/t/
DTEST701 my $grind_ct = 0; # count of non-empty valgrind reports
841 _check_valgrind(\$toolnm, \$grind_ct, \$test);
990 _cleanup_valgrind(\$toolnm, \$grind_ct);
1028 my ($toolnm, $grind_ct, $test) = @_;
1049 $$grind_ct++;
1072 $$grind_ct = $$grind_ct + 1;
1092 my ($toolnm, $grind_ct) = @_;
1093 my $s = $$grind_ct == 1 ? '' : 's';
1094 print "$$grind_ct valgrind report$s created.\n", ;