Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/grot/
H A Ddebug.c151 if (OP(*(s+opnd)) != O_QUEST)
154 case O_QUEST:
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c212 if (OP(*(s+opnd)) != O_QUEST) in s_print()
215 case O_QUEST: in s_print()
/freebsd/lib/libc/regex/
H A Dregcomp.c581 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);
H A Dregex2.h95 #define O_QUEST (12L<<OPSHIFT) /* ? suffix back to prefix */ macro
H A Dengine.c570 case O_QUEST: in dissect()
719 case O_QUEST: in backref()
1082 case O_QUEST: /* just an empty */ in step()
/freebsd/contrib/nvi/regex/
H A Dregex2.h91 #define O_QUEST (12) /* ? suffix back to prefix */ macro
H A Dregcomp.c436 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()
H A Dengine.c444 case O_QUEST: in dissect()
551 case O_QUEST: in backref()
921 case O_QUEST: /* just an empty */ in step()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h89 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
H A Dregcomp.c563 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()
H A Dregengine.inc494 case O_QUEST:
598 case O_QUEST:
985 case O_QUEST: /* just an empty */