Home
last modified time | relevance | path

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

/bionic/libc/regex/
Dregex2.h89 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
Dengine.c318 while (OP(m->g->strip[es]) != O_CH) in dissect()
435 assert(OP(m->g->strip[esub]) == O_CH); in dissect()
445 case O_CH: in dissect()
554 } while (OP(s = m->g->strip[ss]) != O_CH); in backref()
623 if (OP(m->g->strip[esub]) == O_CH) in backref()
632 assert(OP(m->g->strip[esub]) == O_CH); in backref()
923 OP(s = g->strip[pc+look]) != O_CH; in step()
931 if (OP(g->strip[pc+OPND(s)]) != O_CH) { in step()
936 case O_CH: /* just empty */ in step()
Dregcomp.c282 ASTERN(O_CH, prevback); in p_ere()
404 ASTERN(O_CH, THERETHERE()); in p_ere_exp()
970 ASTERN(O_CH, THERETHERE()); in repeat()
982 ASTERN(O_CH, THERETHERE()); in repeat()
1448 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1453 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()