|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Support/regengine.inc 94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
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);
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)
768 slow(struct match *m, const char *start, const char *stop, sopno startst,