Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregex2.h100 #define O_QUEST (12U<<OPSHIFT) /* ? suffix back to prefix */ macro
Dregcomp.c642 ASTERN(O_QUEST, pos); in p_ere_exp()
1043 ASTERN(O_QUEST, pos); in p_simp_re()
1047 ASTERN(O_QUEST, pos); in p_simp_re()
2068 if (OP(s) != O_QUEST &&
2073 } while (OP(s) != O_QUEST && OP(s) != O_CH);
2083 case O_QUEST:
2211 while (OP(s) != O_QUEST && OP(s) != O_CH) {
2227 if (OP(s) != O_QUEST &&
2230 } while (OP(s) != O_QUEST && OP(s) != O_CH);
Dengine.c598 case O_QUEST: in dissect()
755 case O_QUEST: in backref()
1126 case O_QUEST: /* just an empty */ in step()