Lines Matching refs:sopno

92 … *dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
93 …truct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst, sopno lev);
94 …R_T *fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
95 …R_T *slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
96 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int flag, RCHAR_T ch, st…
107 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
140 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
141 const sopno gl = g->laststate; in matcher()
229 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
252 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
293 sopno startst, sopno stopst) in dissect()
296 sopno ss; /* start sop of current subRE */ in dissect()
297 sopno es; /* end sop of current subRE */ in dissect()
302 sopno ssub; /* start sop of subsubRE */ in dissect()
303 sopno esub; /* end sop of subsubRE */ in dissect()
475 sopno startst, sopno stopst, sopno lev) /* PLUS nesting level */ in backref()
478 sopno ss; /* start sop of current subRE */ in backref()
480 sopno ssub; /* start sop of subsubRE */ in backref()
481 sopno esub; /* end sop of subsubRE */ in backref()
680 fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in fast()
681 sopno stopst) in fast()
765 slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in slow()
766 sopno stopst) in slow()
847 sopno start, /* start state within strip */ in step()
848 sopno stop, /* state after stop state within strip */ in step()
857 sopno pc; in step()
859 sopno look; in step()
993 at(struct match *m, char *title, char *start, char *stop, sopno startst, in at()
994 sopno stopst) in at()