Symbol: OPND
lib/libc/regex/engine.c
320
es += OPND(m->g->strip[es]);
lib/libc/regex/engine.c
324
es += OPND(m->g->strip[es]);
lib/libc/regex/engine.c
426
esub = ss + OPND(m->g->strip[ss]) - 1;
lib/libc/regex/engine.c
436
esub += OPND(m->g->strip[esub]);
lib/libc/regex/engine.c
454
i = OPND(m->g->strip[ss]);
lib/libc/regex/engine.c
459
i = OPND(m->g->strip[ss]);
lib/libc/regex/engine.c
501
if (sp == stop || *sp++ != (char)OPND(s))
lib/libc/regex/engine.c
510
cs = &m->g->sets[OPND(s)];
lib/libc/regex/engine.c
555
ss += OPND(s);
lib/libc/regex/engine.c
575
i = OPND(s);
lib/libc/regex/engine.c
597
return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec));
lib/libc/regex/engine.c
610
dp = backref(m, sp, stop, ss-OPND(s)+1, stopst, lev, rec);
lib/libc/regex/engine.c
618
esub = ss + OPND(s) - 1;
lib/libc/regex/engine.c
630
esub += OPND(m->g->strip[esub]);
lib/libc/regex/engine.c
638
i = OPND(s);
lib/libc/regex/engine.c
649
i = OPND(s);
lib/libc/regex/engine.c
870
assert(!NONCHAR(ch) || ch != (char)OPND(s));
lib/libc/regex/engine.c
871
if (ch == (char)OPND(s))
lib/libc/regex/engine.c
895
cs = &g->sets[OPND(s)];
lib/libc/regex/engine.c
908
i = ISSETBACK(aft, OPND(s));
lib/libc/regex/engine.c
909
BACK(aft, aft, OPND(s));
lib/libc/regex/engine.c
910
if (!i && ISSETBACK(aft, OPND(s))) {
lib/libc/regex/engine.c
912
pc -= OPND(s) + 1;
lib/libc/regex/engine.c
918
FWD(aft, aft, OPND(s));
lib/libc/regex/engine.c
929
assert(OP(g->strip[pc+OPND(s)]) == OOR2);
lib/libc/regex/engine.c
930
FWD(aft, aft, OPND(s));
lib/libc/regex/engine.c
936
look += OPND(s))
lib/libc/regex/engine.c
943
if (OP(g->strip[pc+OPND(s)]) != O_CH) {
lib/libc/regex/engine.c
944
assert(OP(g->strip[pc+OPND(s)]) == OOR2);
lib/libc/regex/engine.c
945
FWD(aft, aft, OPND(s));
lib/libc/regex/regcomp.c
1322
scan += OPND(s);
lib/libc/regex/regcomp.c
1357
*cp++ = (char)OPND(s);
regress/lib/libc/regex/debug.c
85
opnd = OPND(*s);