Symbol: OPND
lib/libc/regex/engine.c
1060
assert(!NONCHAR(ch) || ch != OPND(s));
lib/libc/regex/engine.c
1061
if (ch == (wint_t)OPND(s))
lib/libc/regex/engine.c
1101
cs = &g->sets[OPND(s)];
lib/libc/regex/engine.c
1114
i = ISSETBACK(aft, OPND(s));
lib/libc/regex/engine.c
1115
BACK(aft, aft, OPND(s));
lib/libc/regex/engine.c
1116
if (!i && ISSETBACK(aft, OPND(s))) {
lib/libc/regex/engine.c
1118
pc -= OPND(s) + 1;
lib/libc/regex/engine.c
1124
FWD(aft, aft, OPND(s));
lib/libc/regex/engine.c
1135
assert(OP(g->strip[pc+OPND(s)]) == OOR2);
lib/libc/regex/engine.c
1136
FWD(aft, aft, OPND(s));
lib/libc/regex/engine.c
1142
look += OPND(s))
lib/libc/regex/engine.c
1149
if (OP(g->strip[pc+OPND(s)]) != O_CH) {
lib/libc/regex/engine.c
1150
assert(OP(g->strip[pc+OPND(s)]) == OOR2);
lib/libc/regex/engine.c
1151
FWD(aft, aft, OPND(s));
lib/libc/regex/engine.c
465
es += OPND(m->g->strip[es]);
lib/libc/regex/engine.c
469
es += OPND(m->g->strip[es]);
lib/libc/regex/engine.c
577
esub = ss + OPND(m->g->strip[ss]) - 1;
lib/libc/regex/engine.c
587
esub += OPND(m->g->strip[esub]);
lib/libc/regex/engine.c
605
i = OPND(m->g->strip[ss]);
lib/libc/regex/engine.c
610
i = OPND(m->g->strip[ss]);
lib/libc/regex/engine.c
680
if (wc != (wint_t)OPND(s))
lib/libc/regex/engine.c
694
cs = &m->g->sets[OPND(s)];
lib/libc/regex/engine.c
762
ss += OPND(s);
lib/libc/regex/engine.c
782
i = OPND(s);
lib/libc/regex/engine.c
803
return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec));
lib/libc/regex/engine.c
814
dp = backref(m, sp, stop, ss-OPND(s)+1, stopst, lev, rec);
lib/libc/regex/engine.c
821
esub = ss + OPND(s) - 1;
lib/libc/regex/engine.c
833
esub += OPND(m->g->strip[esub]);
lib/libc/regex/engine.c
842
i = OPND(s);
lib/libc/regex/engine.c
852
i = OPND(s);
lib/libc/regex/regcomp.c
2047
size_t clen = wcrtomb(buf, (int)OPND(s), &mbs);
lib/libc/regex/regcomp.c
2064
scan += OPND(s);
lib/libc/regex/regcomp.c
2176
size_t clen = wcrtomb(cp, (int)OPND(s), &mbs);
lib/libc/regex/regcomp.c
2180
*cp++ = OPND(s);
lib/libc/regex/regcomp.c
2224
scan += OPND(s);
tests/lib/libc/regex/debug.c
114
opnd = OPND(*s);