Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop…
131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop…
132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno …
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno …
148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
357 sopno startst, in dissect() argument
380 AT("diss", start, stop, startst, stopst); in dissect()
382 for (ss = startst; ss < stopst; ss = es) { in dissect()
566 sopno startst, in backref() argument
587 AT("back", start, stop, startst, stopst); in backref()
[all …]