Searched refs:minmatch (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c48 int minmatch; local
52 minmatch = pm ? *pm : 0;
64 if (minmatch)
70 minmatch = c - '0';
72 minmatch = minmatch * 10 + *s++ - '0';
98 *pm = minmatch;
109 regsubcomp(regex_t* p, register const char* s, const regflags_t* map, int minmatch, regflags_t flags) argument
185 if (n = regsubflags(p, s, &e, d, map, &minmatch, &flags))
354 sub->re_min = minmatch;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_hot.c1235 I32 minmatch = 0; local
1289 minmatch = (mg->mg_flags & MGf_MINMATCH);
1311 minmatch = had_zerolen;
1328 if (CALLREGEXEC(aTHX_ rx, s, strend, truebase, minmatch, TARG, NULL, r_flags))

Completed in 54 milliseconds