Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c391 while (OP(m->g->strip[es]) != O_CH) in dissect()
518 assert(OP(m->g->strip[esub]) == O_CH); in dissect()
533 case O_CH: in dissect()
653 } while (OP(s = m->g->strip[ss]) != O_CH); in backref()
721 if (OP(m->g->strip[esub]) == O_CH) in backref()
730 assert(OP(m->g->strip[esub]) == O_CH); in backref()
1057 OP(s = g->strip[pc+look]) != O_CH; in step()
1065 if (OP(g->strip[pc+OPND(s)]) != O_CH) { in step()
1070 case O_CH: /* just empty */ in step()
Dregex2.h141 #define O_CH OPC(18) /* end choice back to OOR1 */ macro
Dregcomp.c383 ASTERN(O_CH, prevback); in p_ere()
510 ASTERN(O_CH, THERETHERE()); in p_ere_exp()
1170 ASTERN(O_CH, THERETHERE()); in repeat()
1182 ASTERN(O_CH, THERETHERE()); in repeat()
1847 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1852 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()