Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/t/op/
Dthreads.t153 sub matchit { subroutine
158 threads->new(\&matchit, "Pie", qr/pie/i)->join();
/openbsd/src/gnu/usr.bin/perl/t/re/
Dpat.t449 sub matchit { subroutine
482 push @ans, $res while $res = matchit;
485 @ans = matchit;
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlvar.pod989 sub matchit {
1006 matchit($str); # see above