Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/File-DosGlob/lib/File/
DDosGlob.pm81 my $matchsub = sub { $_[0] =~ m|^$pat\z|is };
86 push(@matched, "$head$e"), next INNER if &$matchsub($e);
95 push(@matched, "$head$e"), next INNER if &$matchsub("$e.");
/openbsd/src/usr.bin/rsync/
Drmatch.c218 matchsub(const char **pp, const char **ss, const char *end, int wild) in matchsub() function
356 if (matchsub(&pattern, &string, segend, wild)) { in rmatch()