Lines Matching refs:startst
104 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop…
105 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop…
106 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno …
126 …uct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
414 sopno startst, in dissect() argument
431 AT("diss", start, stop, startst, stopst); in dissect()
433 for (ss = startst; ss < stopst; ss = es) { in dissect()
616 sopno startst, in backref() argument
635 AT("back", start, stop, startst, stopst); in backref()
640 for (ss = startst; !hard && ss < stopst; ss++) in backref()
842 walk(struct match *m, const char *start, const char *stop, sopno startst, in walk() argument
858 AT("slow", start, stop, startst, stopst); in walk()
860 SET1(st, startst); in walk()
862 st = step(m->g, startst, stopst, st, NOTHING, st, sflags); in walk()
914 st = step(m->g, startst, stopst, st, flagch, st, in walk()
929 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
940 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
961 st = step(m->g, startst, stopst, tmp, c, st, sflags); in walk()
963 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st, sflags), in walk()
1167 sopno startst, in at() argument
1175 printf("%ld-%ld\n", (long)startst, (long)stopst); in at()