Lines Matching refs:startst
109 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop…
110 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop…
111 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno …
131 …uct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
419 sopno startst, in dissect() argument
436 AT("diss", start, stop, startst, stopst); in dissect()
438 for (ss = startst; ss < stopst; ss = es) { in dissect()
621 sopno startst, in backref() argument
640 AT("back", start, stop, startst, stopst); in backref()
645 for (ss = startst; !hard && ss < stopst; ss++) in backref()
847 walk(struct match *m, const char *start, const char *stop, sopno startst, in walk() argument
863 AT("slow", start, stop, startst, stopst); in walk()
865 SET1(st, startst); in walk()
867 st = step(m->g, startst, stopst, st, NOTHING, st, sflags); in walk()
919 st = step(m->g, startst, stopst, st, flagch, st, in walk()
934 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
945 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
966 st = step(m->g, startst, stopst, tmp, c, st, sflags); in walk()
968 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st, sflags), in walk()
1172 sopno startst, in at() argument
1180 printf("%ld-%ld\n", (long)startst, (long)stopst); in at()