Lines Matching refs:sopno

107     sopno, sopno);
108 static const char *backref(struct match *, const char *, const char *, sopno,
109 sopno, sopno, int);
111 sopno startst, sopno stopst, bool fast);
112 static states step(struct re_guts *, sopno, sopno, states, wint_t, states);
127 sopno, sopno);
193 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
194 const sopno gl = g->laststate; in matcher()
344 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
367 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
409 dissect(struct match *m, const char *start, const char *stop, sopno startst, in dissect()
410 sopno stopst) in dissect()
413 sopno ss; /* start sop of current subRE */ in dissect()
414 sopno es; /* end sop of current subRE */ in dissect()
419 sopno ssub; /* start sop of subsubRE */ in dissect()
420 sopno esub; /* end sop of subsubRE */ in dissect()
592 backref(struct match *m, const char *start, const char *stop, sopno startst, in backref()
593 sopno stopst, sopno lev, /* PLUS nesting level */ in backref()
597 sopno ss; /* start sop of current subRE */ in backref()
599 sopno ssub; /* start sop of subsubRE */ in backref()
600 sopno esub; /* end sop of subsubRE */ in backref()
789 walk(struct match *m, const char *start, const char *stop, sopno startst, in walk()
790 sopno stopst, bool fast) in walk()
907 sopno start, /* start state within strip */ in step()
908 sopno stop, /* state after stop state within strip */ in step()
915 sopno pc; in step()
917 sopno look; in step()
1026 sopno i; in print()
1048 sopno startst, sopno stopst) in at()