Lines Matching refs:prest
769 const unsigned char *prest, *psub, *pnext; in do_gmatch() local
817 if (!(prest = pat_scan(p, pe, false))) in do_gmatch()
822 do_gmatch(s, se, prest, pe)) in do_gmatch()
828 (do_gmatch(srest, se, prest, pe) || in do_gmatch()
833 if (pnext == prest) in do_gmatch()
844 if (!(prest = pat_scan(p, pe, false))) in do_gmatch()
849 do_gmatch(s, se, prest, pe)) in do_gmatch()
853 srest = prest == pe ? se : s; in do_gmatch()
856 do_gmatch(srest, se, prest, pe)) in do_gmatch()
859 if (pnext == prest) in do_gmatch()
866 if (!(prest = pat_scan(p, pe, false))) in do_gmatch()
879 if (pnext == prest) in do_gmatch()
883 do_gmatch(srest, se, prest, pe)) in do_gmatch()