Lines Matching refs:prest
711 const unsigned char *prest, *psub, *pnext; in do_gmatch() local
759 if (!(prest = pat_scan(p, pe, false))) in do_gmatch()
764 do_gmatch(s, se, prest, pe)) in do_gmatch()
770 (do_gmatch(srest, se, prest, pe) || in do_gmatch()
775 if (pnext == prest) in do_gmatch()
786 if (!(prest = pat_scan(p, pe, false))) in do_gmatch()
791 do_gmatch(s, se, prest, pe)) in do_gmatch()
795 srest = prest == pe ? se : s; in do_gmatch()
798 do_gmatch(srest, se, prest, pe)) in do_gmatch()
801 if (pnext == prest) in do_gmatch()
808 if (!(prest = pat_scan(p, pe, false))) in do_gmatch()
821 if (pnext == prest) in do_gmatch()
825 do_gmatch(srest, se, prest, pe)) in do_gmatch()