Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c317 while (OP(m->g->strip[es]) != O_CH) in dissect()
436 assert(OP(m->g->strip[esub]) == O_CH); in dissect()
447 case O_CH: in dissect()
556 } while (OP(s = m->g->strip[ss]) != O_CH); in backref()
625 if (OP(m->g->strip[esub]) == O_CH) in backref()
634 assert(OP(m->g->strip[esub]) == O_CH); in backref()
925 OP(s = g->strip[pc+look]) != O_CH; in step()
933 if (OP(g->strip[pc+OPND(s)]) != O_CH) { in step()
938 case O_CH: /* just empty */ in step()
Dregex2.h89 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
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()