Lines Matching refs:sopno
91 static const char *dissect(struct match *, const char *, const char *, sopno,
92 sopno);
93 static const char *backref(struct match *, const char *, const char *, sopno,
94 sopno, sopno, int);
95 static const char *fast(struct match *, const char *, const char *, sopno, sopno);
96 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
97 static states step(struct re_guts *, sopno, sopno, states, int, states);
113 struct match *, const char *, const char *, const char *, sopno, sopno);
143 const sopno gf = g->firststate+1; /* +1 for OEND */
144 const sopno gl = g->laststate;
234 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
257 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
298 step_back(struct re_guts *g, const char *start, const char *stop, sopno startst,
299 sopno stopst)
322 sopno nextst = startst + 1;
336 dissect(struct match *m, const char *start, const char *stop, sopno startst,
337 sopno stopst)
340 sopno ss; /* start sop of current subRE */
341 sopno es; /* end sop of current subRE */
346 sopno ssub; /* start sop of subsubRE */
347 sopno esub; /* end sop of subsubRE */
524 backref(struct match *m, const char *start, const char *stop, sopno startst,
525 sopno stopst, sopno lev, int rec) /* PLUS nesting level */
528 sopno ss; /* start sop of current subRE */
530 sopno ssub; /* start sop of subsubRE */
531 sopno esub; /* end sop of subsubRE */
725 fast(struct match *m, const char *start, const char *stop, sopno startst,
726 sopno stopst)
810 slow(struct match *m, const char *start, const char *stop, sopno startst,
811 sopno stopst)
914 sopno start, /* start state within strip */
915 sopno stop, /* state after stop state within strip */
922 sopno pc;
924 sopno look;
1055 sopno startst, sopno stopst)