Home
last modified time | relevance | path

Searched refs:startst (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c291 dissect(struct match *m, char *start, char *stop, sopno startst, sopno stopst) in dissect() argument
306 AT("diss", start, stop, startst, stopst); in dissect()
308 for (ss = startst; ss < stopst; ss = es) { in dissect()
474 backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, in backref() argument
490 AT("back", start, stop, startst, stopst); in backref()
495 for (ss = startst; !hard && ss < stopst; ss++) in backref()
674 fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst) in fast() argument
687 SET1(st, startst); in fast()
688 st = step(m->g, startst, stopst, st, NOTHING, st); in fast()
714 st = step(m->g, startst, stopst, st, flagch, st); in fast()
[all …]