Lines Matching refs:psub
822 const unsigned char *prest, *psub, *pnext;
903 for (psub = p; ; psub = pnext) {
904 pnext = pat_scan(psub, pe, true);
906 if (do_gmatch(s, srest, psub, pnext - 2, smin) &&
930 for (psub = p; ; psub = pnext) {
931 pnext = pat_scan(psub, pe, true);
934 if (do_gmatch(s, srest, psub, pnext - 2, smin) &&
951 for (psub = p; ; psub = pnext) {
952 pnext = pat_scan(psub, pe, true);
953 if (do_gmatch(s, srest, psub,