Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c313 ASTERN(O_CH, prevback); in p_ere()
448 ASTERN(O_CH, THERETHERE()); in p_ere_exp()
1016 ASTERN(O_CH, THERETHERE()); in repeat()
1028 ASTERN(O_CH, THERETHERE()); in repeat()
1419 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1424 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
1431 case O_CH: in findmust()
1550 while (OP(s) != O_QUEST && OP(s) != O_CH) { in altoffset()
1566 if (OP(s) != O_QUEST && OP(s) != O_CH && in altoffset()
1569 } while (OP(s) != O_QUEST && OP(s) != O_CH); in altoffset()
H A Dengine.c401 while (OP(m->g->strip[es]) != O_CH) in dissect()
521 assert(OP(m->g->strip[esub]) == O_CH); in dissect()
531 case O_CH: in dissect()
645 } while (OP(s = m->g->strip[ss]) != O_CH); in backref()
709 if (OP(m->g->strip[esub]) == O_CH) in backref()
718 assert(OP(m->g->strip[esub]) == O_CH); in backref()
1042 OP(s = g->strip[pc+look]) != O_CH; in step()
1050 if (OP(g->strip[pc+OPND(s)]) != O_CH) { in step()
1055 case O_CH: /* just empty */ in step()
H A Dregex2.h102 #define O_CH (18U<<OPSHIFT) /* end choice back to OOR1 */ macro