Searched refs:startst (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | engine.c | 111 sopno startst, sopno stopst, bool fast); 409 dissect(struct match *m, const char *start, const char *stop, sopno startst, in dissect() argument 426 AT("diss", start, stop, startst, stopst); in dissect() 428 for (ss = startst; ss < stopst; ss = es) { in dissect() 592 backref(struct match *m, const char *start, const char *stop, sopno startst, in backref() argument 610 AT("back", start, stop, startst, stopst); in backref() 615 for (ss = startst; !hard && ss < stopst; ss++) in backref() 789 walk(struct match *m, const char *start, const char *stop, sopno startst, in walk() argument 804 AT("slow", start, stop, startst, stopst); in walk() 806 SET1(st, startst); in walk() [all …]
|