Home
last modified time | relevance | path

Searched refs:OPND (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c621 if (wc != OPND(s)) in backref()
676 ss += OPND(s); in backref()
696 i = OPND(s); in backref()
734 esub = ss + OPND(s) - 1; in backref()
755 i = OPND(s); in backref()
765 i = OPND(s); in backref()
929 if (ch == OPND(s)) in step()
953 cs = &g->sets[OPND(s)]; in step()
970 pc -= OPND(s) + 1; in step()
976 FWD(aft, aft, OPND(s)); in step()
[all …]
H A Dregex2.h79 #define OPND(n) ((n)&OPDMASK) macro
H A Dregcomp.c1592 clen = wcrtomb(buf, OPND(s), &mbs); in findmust()
1606 scan += OPND(s); in findmust()
1712 clen = wcrtomb(cp, OPND(s), &mbs); in findmust()
1754 scan += OPND(s); in altoffset()