Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/regex/grot/
H A Ddebug.c151 if (OP(*(s+opnd)) != O_QUEST)
154 case O_QUEST:
/freebsd-14.2/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-14.2/lib/libc/regex/
H A Dregcomp.c571 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);
H A Dregex2.h97 #define O_QUEST (12L<<OPSHIFT) /* ? suffix back to prefix */ macro
H A Dengine.c572 case O_QUEST: in dissect()
721 case O_QUEST: in backref()
1084 case O_QUEST: /* just an empty */ in step()
/freebsd-14.2/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-14.2/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 */