Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c388 es += OPND(m->g->strip[es]); in dissect()
392 es += OPND(m->g->strip[es]); in dissect()
504 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
514 esub += OPND(m->g->strip[esub]); in dissect()
537 i = OPND(m->g->strip[ss]); in dissect()
542 i = OPND(m->g->strip[ss]); in dissect()
595 if (sp == stop || *sp++ != (char)OPND(s)) in backref()
604 cs = &m->g->sets[OPND(s)]; in backref()
652 ss += OPND(s); in backref()
672 i = OPND(s); in backref()
[all …]
Dregex2.h118 #define OPND(n) ((int)((n)&OPDMASK)) macro
Dregcomp.c1848 scan += OPND(s); in findmust()
1886 *cp++ = (char)OPND(s); in findmust()