Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/regex/
H A Ddebug.c184 if (OP(*(s+opnd)) != O_QUEST)
187 case O_QUEST:
H A Dregex2.h66 #define O_QUEST (12<<OPSHIFT) /* ? suffix back to prefix */ macro
H A Dregcomp.c346 ASTERN(O_QUEST, pos);
538 ASTERN(O_QUEST, pos);
1548 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1553 } while (OP(s) != O_QUEST && OP(s) != O_CH);
H A Dengine.c388 case O_QUEST:
499 case O_QUEST:
885 case O_QUEST: /* just an empty */

Completed in 13 milliseconds