Symbol: OPND
lib/libc/regex/engine.c
1016
assert(!NONCHAR(ch) || ch != OPND(s));
lib/libc/regex/engine.c
1017
if (ch == OPND(s))
lib/libc/regex/engine.c
1057
cs = &g->sets[OPND(s)];
lib/libc/regex/engine.c
1070
i = ISSETBACK(aft, OPND(s));
lib/libc/regex/engine.c
1071
BACK(aft, aft, OPND(s));
lib/libc/regex/engine.c
1072
if (!i && ISSETBACK(aft, OPND(s))) {
lib/libc/regex/engine.c
1074
pc -= OPND(s) + 1;
lib/libc/regex/engine.c
1080
FWD(aft, aft, OPND(s));
lib/libc/regex/engine.c
1091
assert(OP(g->strip[pc+OPND(s)]) == (sop)OOR2);
lib/libc/regex/engine.c
1092
FWD(aft, aft, OPND(s));
lib/libc/regex/engine.c
1098
look += OPND(s))
lib/libc/regex/engine.c
1105
if (OP(g->strip[pc+OPND(s)]) != (sop)O_CH) {
lib/libc/regex/engine.c
1106
assert(OP(g->strip[pc+OPND(s)]) == (sop)OOR2);
lib/libc/regex/engine.c
1107
FWD(aft, aft, OPND(s));
lib/libc/regex/engine.c
439
es += OPND(m->g->strip[es]);
lib/libc/regex/engine.c
443
es += OPND(m->g->strip[es]);
lib/libc/regex/engine.c
549
esub = ss + OPND(m->g->strip[ss]) - 1;
lib/libc/regex/engine.c
559
esub += OPND(m->g->strip[esub]);
lib/libc/regex/engine.c
577
i = OPND(m->g->strip[ss]);
lib/libc/regex/engine.c
582
i = OPND(m->g->strip[ss]);
lib/libc/regex/engine.c
646
if (wc != OPND(s))
lib/libc/regex/engine.c
659
cs = &m->g->sets[OPND(s)];
lib/libc/regex/engine.c
726
ss += OPND(s);
lib/libc/regex/engine.c
746
i = OPND(s);
lib/libc/regex/engine.c
767
return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec));
lib/libc/regex/engine.c
778
dp = backref(m, sp, stop, ss-OPND(s)+1, stopst, lev, rec);
lib/libc/regex/engine.c
785
esub = ss + OPND(s) - 1;
lib/libc/regex/engine.c
797
esub += OPND(m->g->strip[esub]);
lib/libc/regex/engine.c
806
i = OPND(s);
lib/libc/regex/engine.c
816
i = OPND(s);
lib/libc/regex/grot/debug.c
84
opnd = OPND(*s);
lib/libc/regex/regcomp.c
1899
clen = wcrtomb(buf, OPND(s), &mbs);
lib/libc/regex/regcomp.c
1913
scan += OPND(s);
lib/libc/regex/regcomp.c
2022
clen = wcrtomb(cp, OPND(s), &mbs);
lib/libc/regex/regcomp.c
2065
scan += OPND(s);