Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c51 static int do_gmatch(const unsigned char *, const unsigned char *,
658 rv = do_gmatch((const unsigned char *)s, (const unsigned char *)se, in gmatchx()
765 do_gmatch(const unsigned char *s, const unsigned char *se, in do_gmatch() function
830 if (do_gmatch(s, se, p, pe, smin)) in do_gmatch()
849 do_gmatch(s, se, prest, pe, smin)) in do_gmatch()
854 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch()
855 (do_gmatch(srest, se, prest, pe, smin) || in do_gmatch()
857 do_gmatch(srest, se, p - 2, pe, smin)))) in do_gmatch()
876 do_gmatch(s, se, prest, pe, smin)) in do_gmatch()
882 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch()
[all …]