Lines Matching full:psub
574 const unsigned char *prest, *psub, *pnext;
626 for (psub = p; ; psub = pnext) {
627 pnext = pat_scan(psub, pe, 1);
629 if (do_gmatch(s, srest, psub, pnext - 2) &&
650 for (psub = p; ; psub = pnext) {
651 pnext = pat_scan(psub, pe, 1);
654 if (do_gmatch(s, srest, psub, pnext - 2) &&
670 for (psub = p; ; psub = pnext) {
671 pnext = pat_scan(psub, pe, 1);
672 if (do_gmatch(s, srest, psub,