Lines Matching refs:stopst
104 …t char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
105 …struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
106 …walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
126 …uct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
415 sopno stopst) in dissect() argument
431 AT("diss", start, stop, startst, stopst); in dissect()
433 for (ss = startst; ss < stopst; ss = es) { in dissect()
481 tail = walk(m, rest, stop, es, stopst, false); in dissect()
505 tail = walk(m, rest, stop, es, stopst, false); in dissect()
541 tail = walk(m, rest, stop, es, stopst, false); in dissect()
617 sopno stopst, in backref() argument
635 AT("back", start, stop, startst, stopst); in backref()
640 for (ss = startst; !hard && ss < stopst; ss++) in backref()
742 AT("hard", sp, stop, ss, stopst); in backref()
762 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); in backref()
764 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
767 return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); in backref()
772 return(backref(m, sp, stop, ss+1, stopst, lev+1, rec)); in backref()
775 return(backref(m, sp, stop, ss+1, stopst, lev-1, rec)); in backref()
778 dp = backref(m, sp, stop, ss-OPND(s)+1, stopst, lev, rec); in backref()
780 return(backref(m, sp, stop, ss+1, stopst, lev-1, rec)); in backref()
810 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
820 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
843 sopno stopst, bool fast) in walk() argument
858 AT("slow", start, stop, startst, stopst); 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()
945 if (ISSET(st, stopst)) { 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()
971 if (ISSET(st, stopst)) in walk()
1168 sopno stopst) in at() argument
1175 printf("%ld-%ld\n", (long)startst, (long)stopst); in at()