Searched refs:stopst (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | engine.c | 91 static char *dissect(struct match *m, char *start, char *stop, sopno startst, sopno stopst); 92 static char *backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno l… 93 static char *fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst); 94 static char *slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst); 109 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst); 350 sopno stopst) in dissect() argument 366 AT("diss", start, stop, startst, stopst); in dissect() 368 for (ss = startst; ss < stopst; ss = es) { in dissect() 412 tail = slow(m, rest, stop, es, stopst); in dissect() 437 tail = slow(m, rest, stop, es, stopst); in dissect() [all …]
|