Lines Matching full:slow
48 #define slow sslow macro
59 #define slow lslow macro
95 static const RCHAR_T *slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno starts…
158 /* prescreening; this does wonders for this rather slow code */ in matcher()
197 endp = slow(m, m->coldp, stop, gf, gl); in matcher()
241 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher()
352 rest = slow(m, sp, stp, ss, es); in dissect()
355 tail = slow(m, rest, stop, es, stopst); in dissect()
365 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect()
376 rest = slow(m, sp, stp, ss, es); in dissect()
379 tail = slow(m, rest, stop, es, stopst); in dissect()
391 sep = slow(m, ssp, rest, ssub, esub); in dissect()
403 assert(slow(m, ssp, sep, ssub, esub) == rest); in dissect()
412 rest = slow(m, sp, stp, ss, es); in dissect()
415 tail = slow(m, rest, stop, es, stopst); in dissect()
426 if (slow(m, sp, rest, ssub, esub) == rest) in dissect()
762 - slow - step through the string more deliberately
765 slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in slow() function
778 AT("slow", start, stop, startst, stopst); in slow()
1030 #undef slow