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()
581 ASTERN(O_QUEST, pos); in p_ere_exp()964 ASTERN(O_QUEST, pos); in p_simp_re()968 ASTERN(O_QUEST, pos); in p_simp_re()1915 if (OP(s) != (sop)O_QUEST &&1920 } while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH);1930 case O_QUEST:2050 while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH) {2066 if (OP(s) != (sop)O_QUEST &&2069 } while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH);
95 #define O_QUEST (12L<<OPSHIFT) /* ? suffix back to prefix */ macro
570 case O_QUEST: in dissect()719 case O_QUEST: in backref()1082 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 */