Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c130 …t char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
131 …kref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev);
132 …onst char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
133 …onst char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
358 sopno stopst) in dissect() argument
380 AT("diss", start, stop, startst, stopst); in dissect()
382 for (ss = startst; ss < stopst; ss = es) { in dissect()
426 tail = slow(m, rest, stop, es, stopst); in dissect()
455 tail = slow(m, rest, stop, es, stopst); in dissect()
[all …]