Symbol: sopno
lib/libc/regex/engine.c
1003
sopno pc;
lib/libc/regex/engine.c
1005
sopno look;
lib/libc/regex/engine.c
104
static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
lib/libc/regex/engine.c
105
static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
lib/libc/regex/engine.c
106
static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
lib/libc/regex/engine.c
107
static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, int sflags);
lib/libc/regex/engine.c
1138
sopno i;
lib/libc/regex/engine.c
1167
sopno startst,
lib/libc/regex/engine.c
1168
sopno stopst)
lib/libc/regex/engine.c
126
static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
lib/libc/regex/engine.c
197
const sopno gf = g->firststate+1; /* +1 for OEND */
lib/libc/regex/engine.c
198
const sopno gl = g->laststate;
lib/libc/regex/engine.c
344
dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
lib/libc/regex/engine.c
367
dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
lib/libc/regex/engine.c
414
sopno startst,
lib/libc/regex/engine.c
415
sopno stopst)
lib/libc/regex/engine.c
418
sopno ss; /* start sop of current subRE */
lib/libc/regex/engine.c
419
sopno es; /* end sop of current subRE */
lib/libc/regex/engine.c
424
sopno ssub; /* start sop of subsubRE */
lib/libc/regex/engine.c
425
sopno esub; /* end sop of subsubRE */
lib/libc/regex/engine.c
616
sopno startst,
lib/libc/regex/engine.c
617
sopno stopst,
lib/libc/regex/engine.c
618
sopno lev, /* PLUS nesting level */
lib/libc/regex/engine.c
622
sopno ss; /* start sop of current subRE */
lib/libc/regex/engine.c
624
sopno ssub; /* start sop of subsubRE */
lib/libc/regex/engine.c
625
sopno esub; /* end sop of subsubRE */
lib/libc/regex/engine.c
842
walk(struct match *m, const char *start, const char *stop, sopno startst,
lib/libc/regex/engine.c
843
sopno stopst, bool fast)
lib/libc/regex/engine.c
994
sopno start, /* start state within strip */
lib/libc/regex/engine.c
995
sopno stop, /* state after stop state within strip */
lib/libc/regex/grot/debug.c
67
sopno offset = 2;
lib/libc/regex/regcomp.c
138
static void repeat(struct parse *p, sopno start, int from, int to);
lib/libc/regex/regcomp.c
1458
sopno start, /* operand from here to end of strip */
lib/libc/regex/regcomp.c
146
static sopno dupl(struct parse *p, sopno start, sopno finish);
lib/libc/regex/regcomp.c
1462
sopno finish = HERE();
lib/libc/regex/regcomp.c
1467
sopno copy;
lib/libc/regex/regcomp.c
148
static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos);
lib/libc/regex/regcomp.c
149
static void dofwd(struct parse *p, sopno pos, sop value);
lib/libc/regex/regcomp.c
150
static int enlarge(struct parse *p, sopno size);
lib/libc/regex/regcomp.c
156
static sopno pluscount(struct parse *p, struct re_guts *g);
lib/libc/regex/regcomp.c
1715
static sopno /* start of duplicate */
lib/libc/regex/regcomp.c
1717
sopno start, /* from here */
lib/libc/regex/regcomp.c
1718
sopno finish) /* to this less one */
lib/libc/regex/regcomp.c
1720
sopno ret = HERE();
lib/libc/regex/regcomp.c
1721
sopno len = finish - start;
lib/libc/regex/regcomp.c
1766
doinsert(struct parse *p, sop op, size_t opnd, sopno pos)
lib/libc/regex/regcomp.c
1768
sopno sn;
lib/libc/regex/regcomp.c
1802
dofwd(struct parse *p, sopno pos, sop value)
lib/libc/regex/regcomp.c
1817
enlarge(struct parse *p, sopno size)
lib/libc/regex/regcomp.c
1865
sopno newlen;
lib/libc/regex/regcomp.c
1934
if (newlen > (sopno)g->mlen) { /* ends one */
lib/libc/regex/regcomp.c
1949
if (newlen > (sopno)g->mlen) { /* ends one */
lib/libc/regex/regcomp.c
1967
if (newlen > (sopno)g->mlen) { /* ends one */
lib/libc/regex/regcomp.c
1990
if (newlen > (sopno)g->mlen) { /* ends one */
lib/libc/regex/regcomp.c
2234
static sopno /* nesting depth */
lib/libc/regex/regcomp.c
2239
sopno plusnest = 0;
lib/libc/regex/regcomp.c
2240
sopno maxnest = 0;
lib/libc/regex/regcomp.c
392
sopno pos;
lib/libc/regex/regcomp.c
399
sopno subno;
lib/libc/regex/regcomp.c
69
sopno start;
lib/libc/regex/regcomp.c
70
sopno back;
lib/libc/regex/regcomp.c
71
sopno fwd;
lib/libc/regex/regcomp.c
829
sopno pos;
lib/libc/regex/regcomp.c
833
sopno subno;
lib/libc/regex/regcomp.c
89
sopno ssize; /* malloced strip size (allocated) */
lib/libc/regex/regcomp.c
90
sopno slen; /* malloced strip length (used) */
lib/libc/regex/regcomp.c
94
sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
lib/libc/regex/regcomp.c
95
sopno pend[NPAREN]; /* -> ) ([0] unused) */
lib/libc/regex/regex2.h
179
sopno nstates; /* = number of sops */
lib/libc/regex/regex2.h
180
sopno firststate; /* the initial OEND (normally 0) */
lib/libc/regex/regex2.h
181
sopno laststate; /* the final OEND */
lib/libc/regex/regex2.h
195
sopno nplus; /* how deep does it nest +s? */