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.c434 es += OPND(m->g->strip[es]); in dissect()
438 es += OPND(m->g->strip[es]); in dissect()
540 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
551 esub += OPND(m->g->strip[esub]); in dissect()
569 i = OPND(m->g->strip[ss]); in dissect()
574 i = OPND(m->g->strip[ss]); in dissect()
621 if (wc != OPND(s)) in backref()
634 cs = &m->g->sets[OPND(s)]; in backref()
676 ss += OPND(s); in backref()
696 i = OPND(s); in backref()
[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()