Home
last modified time | relevance | path

Searched refs:startst (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/nvi/regex/
H A Dengine.c293 sopno startst, sopno stopst) in dissect() argument
309 AT("diss", start, stop, startst, stopst); in dissect()
311 for (ss = startst; ss < stopst; ss = es) { in dissect()
491 AT("back", start, stop, startst, stopst); in backref()
496 for (ss = startst; !hard && ss < stopst; ss++) { in backref()
694 SET1(st, startst); in fast()
747 st = step(m->g, startst, stopst, tmp, 0, c, st); in fast()
778 AT("slow", start, stop, startst, stopst); in slow()
780 SET1(st, startst); in slow()
832 st = step(m->g, startst, stopst, tmp, 0, c, st); in slow()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc308 if (startst >= stopst)
310 if (OP(g->strip[startst]) != ORPAREN)
312 startst++;
314 if (OP(g->strip[startst]) != OCHAR)
318 char ch = OPND(g->strip[startst]);
322 sopno nextst = startst + 1;
739 SET1(st, startst);
815 for (; startst < stopst; ++startst) {
817 sop s = m->g->strip[startst];
847 SET1(st, startst);
[all …]
/freebsd-14.2/lib/libc/regex/
H A Dengine.c416 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()
860 AT("slow", start, stop, startst, stopst); in walk()
862 SET1(st, startst); in walk()
916 st = step(m->g, startst, stopst, st, flagch, st, in walk()
1169 sopno startst, in at() argument
[all …]