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

  /src/tests/lib/libc/regex/
debug.c 161 case OQUEST_:
167 if (OP(*(s-opnd)) != OQUEST_)
  /src/lib/libc/regex/
regex2.h 70 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
99 #define OQUEST_ (11U<<OPSHIFT) /* ? prefix fwd to suffix */
engine.c 464 case OQUEST_:
502 case OQUEST_:
799 case OQUEST_: /* to null or not */
1122 case OQUEST_: /* two branches, both forward */
regcomp.c 641 INSERT(OQUEST_, pos);
1042 INSERT(OQUEST_, pos);
1046 INSERT(OQUEST_, pos);
2059 case OQUEST_: /* things that must be skipped */
2217 case OQUEST_:

Completed in 43 milliseconds