Home
last modified time | relevance | path

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

/bionic/libc/regex/
Dengine.c315 es += OPND(m->g->strip[es]); in dissect()
319 es += OPND(m->g->strip[es]); in dissect()
421 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
431 esub += OPND(m->g->strip[esub]); in dissect()
449 i = OPND(m->g->strip[ss]); in dissect()
454 i = OPND(m->g->strip[ss]); in dissect()
496 if (sp == stop || *sp++ != (char)OPND(s)) in backref()
505 cs = &m->g->sets[OPND(s)]; in backref()
553 ss += OPND(s); in backref()
573 i = OPND(s); in backref()
[all …]
Dregex2.h68 #define OPND(n) ((n)&OPDMASK) macro
Dregcomp.c1445 scan += OPND(s); in findmust()
1480 *cp++ = (char)OPND(s); in findmust()