Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dengine.c371 switch (OP(m->g->strip[es])) { in dissect()
377 while (OP(m->g->strip[es]) != O_CH) in dissect()
384 switch (OP(m->g->strip[ss])) { in dissect()
483 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
488 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
490 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
493 if (OP(m->g->strip[esub]) == OOR2) in dissect()
496 assert(OP(m->g->strip[esub]) == O_CH); in dissect()
562 switch (OP(s = m->g->strip[ss])) { in backref()
620 assert(OP(s) == OOR2); in backref()
[all …]
Dregcomp.c609 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
610 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1564 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd()
1643 switch (OP(s)) { in findmust()
1661 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1662 OP(s) != OOR2) { in findmust()
1666 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
1747 } while (OP(s) != OEND); in findmust()
1764 while (OP(s = *scan++) != OCHAR) in findmust()
1794 while (OP(s) != O_QUEST && OP(s) != O_CH) { in altoffset()
[all …]
Dregex2.h80 #define OP(n) ((sop)(n)&OPRMASK) macro