• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/

Lines Matching refs:sopno

89 static const char *dissect(struct match *, const char *, const char *, sopno,
90 sopno);
91 static const char *backref(struct match *, const char *, const char *, sopno,
92 sopno, sopno, int);
93 static const char *fast(struct match *, const char *, const char *, sopno, sopno);
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
95 static states step(struct re_guts *, sopno, sopno, states, int, states);
110 static void at(struct match *, char *, char *, char *, sopno, sopno);
140 const sopno gf = g->firststate+1; /* +1 for OEND */
141 const sopno gl = g->laststate;
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
295 dissect(struct match *m, const char *start, const char *stop, sopno startst,
296 sopno stopst)
299 sopno ss; /* start sop of current subRE */
300 sopno es; /* end sop of current subRE */
305 sopno ssub; /* start sop of subsubRE */
306 sopno esub; /* end sop of subsubRE */
483 backref(struct match *m, const char *start, const char *stop, sopno startst,
484 sopno stopst, sopno lev, int rec) /* PLUS nesting level */
487 sopno ss; /* start sop of current subRE */
489 sopno ssub; /* start sop of subsubRE */
490 sopno esub; /* end sop of subsubRE */
683 fast(struct match *m, const char *start, const char *stop, sopno startst,
684 sopno stopst)
768 slow(struct match *m, const char *start, const char *stop, sopno startst,
769 sopno stopst)
850 sopno start, /* start state within strip */
851 sopno stop, /* state after stop state within strip */
858 sopno pc;
860 sopno look;
990 at(struct match *m, char *title, char *start, char *stop, sopno startst,
991 sopno stopst)