• Home
  • Raw
  • Download

Lines Matching refs:sopno

130 …t char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
131 …kref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev);
132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno
134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft);
148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
188 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
189 const sopno gl = g->laststate; in matcher()
282 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
305 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
357 sopno startst, in dissect()
358 sopno stopst) in dissect()
361 sopno ss; /* start sop of current subRE */ in dissect()
362 sopno es; /* end sop of current subRE */ in dissect()
367 sopno ssub; /* start sop of subsubRE */ in dissect()
368 sopno esub; /* end sop of subsubRE */ in dissect()
566 sopno startst, in backref()
567 sopno stopst, in backref()
568 sopno lev) /* PLUS nesting level */ in backref()
571 sopno ss; /* start sop of current subRE */ in backref()
573 sopno ssub; /* start sop of subsubRE */ in backref()
574 sopno esub; /* end sop of subsubRE */ in backref()
776 sopno startst, in fast()
777 sopno stopst) in fast()
871 sopno startst, in slow()
872 sopno stopst) in slow()
969 sopno start, /* start state within strip */ in step()
970 sopno stop, /* state after stop state within strip */ in step()
977 sopno pc; in step()
979 sopno look; in step()
1134 sopno startst, in at()
1135 sopno stopst) in at()