• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/lib/libc/regex/

Lines Matching refs:sopno

109 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
110 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
111 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
112 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, int sflags);
131 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
202 const sopno gf = g->firststate+1; /* +1 for OEND */
203 const sopno gl = g->laststate;
349 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
372 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
413 == const char *stop, sopno startst, sopno stopst);
419 sopno startst,
420 sopno stopst)
423 sopno ss; /* start sop of current subRE */
424 sopno es; /* end sop of current subRE */
429 sopno ssub; /* start sop of subsubRE */
430 sopno esub; /* end sop of subsubRE */
615 == const char *stop, sopno startst, sopno stopst, sopno lev);
621 sopno startst,
622 sopno stopst,
623 sopno lev, /* PLUS nesting level */
627 sopno ss; /* start sop of current subRE */
629 sopno ssub; /* start sop of subsubRE */
630 sopno esub; /* end sop of subsubRE */
844 == const char *stop, sopno startst, sopno stopst, bool fast);
847 walk(struct match *m, const char *start, const char *stop, sopno startst,
848 sopno stopst, bool fast)
986 == static states step(struct re_guts *g, sopno start, sopno stop, \
999 sopno start, /* start state within strip */
1000 sopno stop, /* state after stop state within strip */
1008 sopno pc;
1010 sopno look;
1143 sopno i;
1164 == const char *stop, sopno startst, sopno stopst);
1172 sopno startst,
1173 sopno stopst)