Lines Matching refs:do_gmatch
53 static int do_gmatch(const unsigned char *, const unsigned char *,
686 rv = do_gmatch((const unsigned char *)s, (const unsigned char *)se, in gmatchx()
770 do_gmatch(const unsigned char *s, const unsigned char *se, in do_gmatch() function
808 if (do_gmatch(s, se, p, pe)) in do_gmatch()
827 do_gmatch(s, se, prest, pe)) in do_gmatch()
832 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
833 (do_gmatch(srest, se, prest, pe) || in do_gmatch()
834 (s != srest && do_gmatch(srest, in do_gmatch()
854 do_gmatch(s, se, prest, pe)) in do_gmatch()
860 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
861 do_gmatch(srest, se, prest, pe)) in do_gmatch()
879 if (do_gmatch(s, srest, psub, in do_gmatch()
888 do_gmatch(srest, se, prest, pe)) in do_gmatch()