Lines Matching refs:startst
106 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop…
107 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop…
108 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno …
128 …uct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
416 sopno startst, in dissect() argument
433 AT("diss", start, stop, startst, stopst); in dissect()
435 for (ss = startst; ss < stopst; ss = es) { in dissect()
618 sopno startst, in backref() argument
637 AT("back", start, stop, startst, stopst); in backref()
642 for (ss = startst; !hard && ss < stopst; ss++) in backref()
844 walk(struct match *m, const char *start, const char *stop, sopno startst, in walk() argument
860 AT("slow", start, stop, startst, stopst); in walk()
862 SET1(st, startst); in walk()
864 st = step(m->g, startst, stopst, st, NOTHING, st, sflags); in walk()
916 st = step(m->g, startst, stopst, st, flagch, st, in walk()
931 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
942 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
963 st = step(m->g, startst, stopst, tmp, c, st, sflags); in walk()
965 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st, sflags), in walk()
1169 sopno startst, in at() argument
1177 printf("%ld-%ld\n", (long)startst, (long)stopst); in at()