Lines Matching refs:sopno
114 …t char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
115 …kref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev,…
116 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno …
117 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, i…
136 …uct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
211 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
212 const sopno gl = g->laststate; in matcher()
359 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
382 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
436 sopno startst, in dissect()
437 sopno stopst) in dissect()
440 sopno ss; /* start sop of current subRE */ in dissect()
441 sopno es; /* end sop of current subRE */ in dissect()
446 sopno ssub; /* start sop of subsubRE */ in dissect()
447 sopno esub; /* end sop of subsubRE */ in dissect()
645 sopno startst, in backref()
646 sopno stopst, in backref()
647 sopno lev, /* PLUS nesting level */ in backref()
651 sopno ss; /* start sop of current subRE */ in backref()
653 sopno ssub; /* start sop of subsubRE */ in backref()
654 sopno esub; /* end sop of subsubRE */ in backref()
878 walk(struct match *m, const char *start, const char *stop, sopno startst, in walk()
879 sopno stopst, bool fast) in walk()
1036 sopno start, /* start state within strip */ in step()
1037 sopno stop, /* state after stop state within strip */ in step()
1045 sopno pc; in step()
1047 sopno look; in step()
1182 sopno i; in print()
1216 sopno startst, in at()
1217 sopno stopst) in at()