Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c52 static int do_gmatch(const unsigned char *, const unsigned char *,
710 rv = do_gmatch((const unsigned char *)s, (const unsigned char *)se, in gmatchx()
817 do_gmatch(const unsigned char *s, const unsigned char *se, in do_gmatch() function
882 if (do_gmatch(s, se, p, pe, smin)) in do_gmatch()
901 do_gmatch(s, se, prest, pe, smin)) in do_gmatch()
906 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch()
907 (do_gmatch(srest, se, prest, pe, smin) || in do_gmatch()
909 do_gmatch(srest, se, p - 2, pe, smin)))) in do_gmatch()
928 do_gmatch(s, se, prest, pe, smin)) in do_gmatch()
934 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch()
[all …]