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

/freebsd-10.3-release/contrib/nvi/regex/
H A Dregex2.h71 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
95 #define O_QUEST (12) /* ? suffix back to prefix */ macro
H A Dengine.c460 case O_QUEST:
574 case O_QUEST:
965 case O_QUEST: /* just an empty */
H A Dregcomp.c452 ASTERN(O_QUEST, pos);
657 ASTERN(O_QUEST, pos);
1662 if (s != O_QUEST && s != O_CH && s != OOR2) {
1666 } while (s != O_QUEST && s != O_CH);
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A Dregex2.h53 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
83 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
H A Dregcomp.c427 ASTERN(O_QUEST, pos);
612 ASTERN(O_QUEST, pos);
1484 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1489 } while (OP(s) != O_QUEST && OP(s) != O_CH);
H A Dregengine.inc453 case O_QUEST:
557 case O_QUEST:
921 case O_QUEST: /* just an empty */
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c217 if (OP(*(s+opnd)) != O_QUEST)
220 case O_QUEST:
/freebsd-10.3-release/lib/libc/regex/grot/
H A Ddebug.c154 if (OP(*(s+opnd)) != O_QUEST)
157 case O_QUEST:
/freebsd-10.3-release/lib/libc/regex/
H A Dregex2.h66 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
96 #define O_QUEST (12L<<OPSHIFT) /* ? suffix back to prefix */ macro
H A Dregcomp.c470 ASTERN(O_QUEST, pos);
666 ASTERN(O_QUEST, pos);
1478 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1483 } while (OP(s) != O_QUEST && OP(s) != O_CH);
1489 case O_QUEST:
1609 while (OP(s) != O_QUEST && OP(s) != O_CH) {
1625 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1628 } while (OP(s) != O_QUEST && OP(s) != O_CH);
H A Dengine.c525 case O_QUEST:
645 case O_QUEST:
1055 case O_QUEST: /* just an empty */

Completed in 127 milliseconds