Searched refs:O_QUEST (Results 1 – 11 of 11) sorted by relevance
151 if (OP(*(s+opnd)) != O_QUEST)154 case O_QUEST:
212 if (OP(*(s+opnd)) != O_QUEST) in s_print()215 case O_QUEST: in s_print()
571 ASTERN(O_QUEST, pos); in p_ere_exp()951 ASTERN(O_QUEST, pos); in p_simp_re()955 ASTERN(O_QUEST, pos); in p_simp_re()1902 if (OP(s) != (sop)O_QUEST &&1907 } while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH);1917 case O_QUEST:2037 while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH) {2053 if (OP(s) != (sop)O_QUEST &&2056 } while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH);
97 #define O_QUEST (12L<<OPSHIFT) /* ? suffix back to prefix */ macro
572 case O_QUEST: in dissect()721 case O_QUEST: in backref()1084 case O_QUEST: /* just an empty */ in step()
91 #define O_QUEST (12) /* ? suffix back to prefix */ macro
436 ASTERN(O_QUEST, pos); in p_ere_exp()637 ASTERN(O_QUEST, pos); in p_simp_re()1555 if (s != O_QUEST && s != O_CH && s != OOR2) { in findmust()1559 } while (s != O_QUEST && s != O_CH); in findmust()
444 case O_QUEST: in dissect()551 case O_QUEST: in backref()921 case O_QUEST: /* just an empty */ in step()
89 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
563 ASTERN(O_QUEST, pos); in p_ere_exp()748 ASTERN(O_QUEST, pos); in p_simp_re()1631 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()1636 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
494 case O_QUEST:598 case O_QUEST:985 case O_QUEST: /* just an empty */