Lines Matching refs:slow
48 #define slow sslow
60 #define slow lslow
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
158 /* prescreening; this does wonders for this rather slow code */
199 endp = slow(m, m->coldp, stop, gf, gl);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
354 rest = slow(m, sp, stp, ss, es);
357 tail = slow(m, rest, stop, es, stopst);
367 if (slow(m, sp, rest, ssub, esub) != NULL) {
379 rest = slow(m, sp, stp, ss, es);
382 tail = slow(m, rest, stop, es, stopst);
394 sep = slow(m, ssp, rest, ssub, esub);
406 assert(slow(m, ssp, sep, ssub, esub) == rest);
418 rest = slow(m, sp, stp, ss, es);
421 tail = slow(m, rest, stop, es, stopst);
432 if (slow(m, sp, rest, ssub, esub) == rest)
765 - slow - step through the string more deliberately
768 slow(struct match *m, const char *start, const char *stop, sopno startst,
781 AT("slow", start, stop, startst, stopst);
1027 #undef slow