• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/nvi/regex/

Lines Matching refs:sopno

92 static const RCHAR_T *dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
93 static const RCHAR_T *backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst, sopno lev);
94 static const RCHAR_T *fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
95 static const RCHAR_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, states aft);
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 */
141 const sopno gl = g->laststate;
229 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
252 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
293 sopno startst, sopno stopst)
296 sopno ss; /* start sop of current subRE */
297 sopno es; /* end sop of current subRE */
302 sopno ssub; /* start sop of subsubRE */
303 sopno esub; /* end sop of subsubRE */
475 sopno startst, sopno stopst, sopno lev) /* PLUS nesting level */
478 sopno ss; /* start sop of current subRE */
480 sopno ssub; /* start sop of subsubRE */
481 sopno esub; /* end sop of subsubRE */
680 fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst,
681 sopno stopst)
765 slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst,
766 sopno stopst)
847 sopno start, /* start state within strip */
848 sopno stop, /* state after stop state within strip */
857 sopno pc;
859 sopno look;
993 at(struct match *m, char *title, char *start, char *stop, sopno startst,
994 sopno stopst)