misc.c | 629 const unsigned char *prest, *psub, *pnext; local in function:do_gmatch 685 for (psub = p; ; psub = pnext) { 686 pnext = pat_scan(psub, pe, 1); 689 psub, pnext - 2, isfile) 711 for (psub = p; ; psub = pnext) { 712 pnext = pat_scan(psub, pe, 1); 716 psub, pnext - 2, isfile) 732 for (psub = p; ; psub = pnext) [all...] |