Lines Matching defs:slow
46 #define slow sslow
57 #define slow lslow
68 #define slow mslow
108 static const char *slow(struct match *, const char *, const char *, sopno,
188 /* prescreening; this does wonders for this rather slow code */
274 endp = slow(m, m->coldp, stop, gf, gl);
320 endp = slow(m, m->coldp, endp-1, gf, gl);
433 rest = slow(m, sp, stp, ss, es);
436 tail = slow(m, rest, stop, es, stopst);
446 if (slow(m, sp, rest, ssub, esub) != NULL) {
460 rest = slow(m, sp, stp, ss, es);
463 tail = slow(m, rest, stop, es, stopst);
475 sep = slow(m, ssp, rest, ssub, esub);
487 assert(slow(m, ssp, sep, ssub, esub) == rest);
496 rest = slow(m, sp, stp, ss, es);
499 tail = slow(m, rest, stop, es, stopst);
510 if (slow(m, sp, rest, ssub, esub) == rest)
855 * slow - step through the string more deliberately
858 slow(struct match *m, const char *start, const char *stop, sopno startst,
872 AT("slow", start, stop, startst, stopst);
1133 #undef slow