Lines Matching refs:do_gmatch
41 static int do_gmatch(const unsigned char *, const unsigned char *,
493 return (do_gmatch((const unsigned char *) s, (const unsigned char *) se, in gmatchx()
570 do_gmatch(const unsigned char *s, const unsigned char *se, in do_gmatch() function
608 if (do_gmatch(s, se, p, pe)) in do_gmatch()
624 do_gmatch(s, se, prest, pe)) in do_gmatch()
629 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
630 (do_gmatch(srest, se, prest, pe) || in do_gmatch()
631 (s != srest && do_gmatch(srest, in do_gmatch()
648 do_gmatch(s, se, prest, pe)) in do_gmatch()
654 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
655 do_gmatch(srest, se, prest, pe)) in do_gmatch()
672 if (do_gmatch(s, srest, psub, in do_gmatch()
681 do_gmatch(srest, se, prest, pe)) in do_gmatch()