Searched refs:startst (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 373 dissect(struct match *m, const char *start, const char *stop, sopno startst, in dissect() argument 390 AT("diss", start, stop, startst, stopst); in dissect() 392 for (ss = startst; ss < stopst; ss = es) { in dissect() 558 backref(struct match *m, const char *start, const char *stop, sopno startst, in backref() argument 576 AT("back", start, stop, startst, stopst); in backref() 581 for (ss = startst; !hard && ss < stopst; ss++) in backref() 756 fast(struct match *m, const char *start, const char *stop, sopno startst, in fast() argument 771 SET1(st, startst); in fast() 773 st = step(m->g, startst, stopst, st, NOTHING, st); in fast() 813 st = step(m->g, startst, stopst, st, in fast() [all …]
|