Home | History | Annotate | Download | only in regex

Lines Matching refs:sopno

114 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
115 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
116 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
117 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, int sflags);
136 static void at(struct 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 */
212 const sopno gl = g->laststate;
359 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
382 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
429 == const char *stop, sopno startst, sopno stopst);
436 sopno startst,
437 sopno stopst)
440 sopno ss; /* start sop of current subRE */
441 sopno es; /* end sop of current subRE */
446 sopno ssub; /* start sop of subsubRE */
447 sopno esub; /* end sop of subsubRE */
638 == const char *stop, sopno startst, sopno stopst, sopno lev);
645 sopno startst,
646 sopno stopst,
647 sopno lev, /* PLUS nesting level */
651 sopno ss; /* start sop of current subRE */
653 sopno ssub; /* start sop of subsubRE */
654 sopno esub; /* end sop of subsubRE */
875 == const char *stop, sopno startst, sopno stopst, bool fast);
878 walk(struct match *m, const char *start, const char *stop, sopno startst,
879 sopno stopst, bool fast)
1023 == static states step(struct re_guts *g, sopno start, sopno stop, \
1036 sopno start, /* start state within strip */
1037 sopno stop, /* state after stop state within strip */
1045 sopno pc;
1047 sopno look;
1182 sopno i;
1208 == const char *stop, sopno startst, sopno stopst);
1216 sopno startst,
1217 sopno stopst)