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

/external/mksh/src/
H A Dmisc.c53 static int do_gmatch(const unsigned char *, const unsigned char *,
675 * since the do_gmatch() engine sucks so much, we must do some
681 rv = do_gmatch((const unsigned char *)s, (const unsigned char *)se,
765 do_gmatch(const unsigned char *s, const unsigned char *se, function
803 if (do_gmatch(s, se, p, pe))
822 do_gmatch(s, se, prest, pe))
827 if (do_gmatch(s, srest, psub, pnext - 2) &&
828 (do_gmatch(srest, se, prest, pe) ||
829 (s != srest && do_gmatch(srest,
849 do_gmatch(
[all...]

Completed in 46 milliseconds