Home
last modified time | relevance | path

Searched refs:stopst (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()
352 tail = slow(m, rest, stop, es, stopst); in dissect()
377 tail = slow(m, rest, stop, es, stopst); in dissect()
414 tail = slow(m, rest, stop, es, stopst); 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()
571 AT("hard", sp, stop, ss, stopst); in backref()
[all …]