Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/regex/
HDengine.c439 es += OPND(m->g->strip[es]); in dissect()
443 es += OPND(m->g->strip[es]); in dissect()
549 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
559 esub += OPND(m->g->strip[esub]); in dissect()
577 i = OPND(m->g->strip[ss]); in dissect()
582 i = OPND(m->g->strip[ss]); in dissect()
646 if (wc != OPND(s)) in backref()
659 cs = &m->g->sets[OPND(s)]; in backref()
726 ss += OPND(s); in backref()
746 i = OPND(s); in backref()
[all …]
HDregex2.h80 #define OPND(n) ((n)&OPDMASK) macro
HDregcomp.c1898 clen = wcrtomb(buf, OPND(s), &mbs);
1912 scan += OPND(s);
2021 clen = wcrtomb(cp, OPND(s), &mbs);
2064 scan += OPND(s);
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDregengine.inc318 char ch = OPND(g->strip[startst]);
325 *next == (char)OPND(g->strip[nextst]))
360 es += OPND(m->g->strip[es]);
364 es += OPND(m->g->strip[es]);
470 esub = ss + OPND(m->g->strip[ss]) - 1;
480 esub += OPND(m->g->strip[esub]);
501 i = OPND(m->g->strip[ss]);
506 i = OPND(m->g->strip[ss]);
548 if (sp == stop || *sp++ != (char)OPND(s))
557 cs = &m->g->sets[OPND(s)];
[all …]
HDregex2.h74 #define OPND(n) ((n)&OPDMASK) macro
HDregcomp.c1628 scan += OPND(s); in findmust()
1663 *cp++ = (char)OPND(s); in findmust()
/freebsd-head/lib/libc/regex/grot/
HDdebug.c84 opnd = OPND(*s);
/freebsd-head/contrib/netbsd-tests/lib/libc/regex/
HDdebug.c147 opnd = OPND(*s); in s_print()