Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/regex/
H A Ddebug.c210 if (OP(*(s+opnd)) != OOR2 && OP(*(s+opnd)) != O_CH)
213 case O_CH:
H A Dengine.c264 while (OP(m->g->strip[es]) != O_CH)
381 assert(OP(m->g->strip[esub]) == O_CH);
391 case O_CH:
507 } while (OP(s = m->g->strip[ss]) != O_CH);
574 if (OP(m->g->strip[esub]) == O_CH)
583 assert(OP(m->g->strip[esub]) == O_CH);
900 OP(s = g->strip[pc+look]) != O_CH;
908 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
913 case O_CH: /* just empty */
H A Dregex2.h72 #define O_CH (18<<OPSHIFT) /* end choice back to OOR1 */ macro
H A Dregcomp.c235 ASTERN(O_CH, prevback);
359 ASTERN(O_CH, THERETHERE());
952 ASTERN(O_CH, THERETHERE());
964 ASTERN(O_CH, THERETHERE());
1548 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1553 } while (OP(s) != O_QUEST && OP(s) != O_CH);

Completed in 17 milliseconds