HomeSort by: relevance | last modified time | path
    Searched refs:O_QUEST (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libc/regex/
debug.c 163 if (OP(*(s+opnd)) != O_QUEST)
166 case O_QUEST:
  /src/lib/libc/regex/
regex2.h 70 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
100 #define O_QUEST (12U<<OPSHIFT) /* ? suffix back to prefix */
regcomp.c 642 ASTERN(O_QUEST, pos);
1043 ASTERN(O_QUEST, pos);
1047 ASTERN(O_QUEST, pos);
2067 if (OP(s) != O_QUEST &&
2072 } while (OP(s) != O_QUEST && OP(s) != O_CH);
2082 case O_QUEST:
2210 while (OP(s) != O_QUEST && OP(s) != O_CH) {
2226 if (OP(s) != O_QUEST &&
2229 } while (OP(s) != O_QUEST && OP(s) != O_CH);
engine.c 598 case O_QUEST:
755 case O_QUEST:
1126 case O_QUEST: /* just an empty */

Completed in 35 milliseconds