Home
last modified time | relevance | path

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

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