Lines Matching refs:slow
48 #define slow sslow macro
60 #define slow lslow macro
91 static char *slow(struct match *, char *, char *, sopno, sopno);
195 endp = slow(m, m->coldp, stop, gf, gl); in matcher()
239 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher()
349 rest = slow(m, sp, stp, ss, es); in dissect()
352 tail = slow(m, rest, stop, es, stopst); in dissect()
362 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect()
374 rest = slow(m, sp, stp, ss, es); in dissect()
377 tail = slow(m, rest, stop, es, stopst); in dissect()
389 sep = slow(m, ssp, rest, ssub, esub); in dissect()
401 assert(slow(m, ssp, sep, ssub, esub) == rest); in dissect()
411 rest = slow(m, sp, stp, ss, es); in dissect()
414 tail = slow(m, rest, stop, es, stopst); in dissect()
425 if (slow(m, sp, rest, ssub, esub) == rest) in dissect()
758 slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst) in slow() function
1016 #undef slow