Home | History | Annotate | Download | only in regex

Lines Matching refs:slow

84 #define	slow	sslow
96 #define slow lslow
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
212 /* prescreening; this does wonders for this rather slow code */
251 endp = slow(m, m->coldp, stop, gf, gl);
294 endp = slow(m, m->coldp, endp-1, gf, gl);
423 rest = slow(m, sp, stp, ss, es);
426 tail = slow(m, rest, stop, es, stopst);
436 if (slow(m, sp, rest, ssub, esub) != NULL) {
452 rest = slow(m, sp, stp, ss, es);
455 tail = slow(m, rest, stop, es, stopst);
467 sep = slow(m, ssp, rest, ssub, esub);
479 assert(slow(m, ssp, sep, ssub, esub) == rest);
493 rest = slow(m, sp, stp, ss, es);
496 tail = slow(m, rest, stop, es, stopst);
507 if (slow(m, sp, rest, ssub, esub) == rest)
862 - slow - step through the string more deliberately
863 == static const char *slow(struct match *m, const char *start, \
867 slow(
888 AT("slow", start, stop, startst, stopst);
1181 #undef slow