Lines Matching refs:startst
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()
808 st = step(m->g, startst, stopst, st, NOTHING, st); in walk()
849 st = step(m->g, startst, stopst, st, in walk()
864 st = step(m->g, startst, stopst, st, flagch, st); in walk()
885 st = step(m->g, startst, stopst, tmp, c, st); in walk()
887 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in walk()
1048 sopno startst, sopno stopst) in at() argument
1055 (void) printf("%ld-%ld\n", (long)startst, (long)stopst); in at()