HomeSort by relevance Sort by last modified time
    Searched refs:OQUEST_ (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 103 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
134 #define OQUEST_ OPC(11) /* ? prefix fwd to suffix */
engine.c 387 case OQUEST_:
419 case OQUEST_:
690 case OQUEST_: /* to null or not */
1038 case OQUEST_: /* two branches, both forward */
regcomp.c 497 INSERT(OQUEST_, pos);
704 INSERT(OQUEST_, pos);
    [all...]
  /external/llvm/lib/Support/
regex2.h 56 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
85 #define OQUEST_ (11LU<<OPSHIFT) /* ? prefix fwd to suffix */
regengine.inc 318 case OQUEST_:
350 case OQUEST_:
602 case OQUEST_: /* to null or not */
917 case OQUEST_: /* two branches, both forward */
regcomp.c 426 INSERT(OQUEST_, pos);
611 INSERT(OQUEST_, pos);
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 53 * - OQUEST_ and O_QUEST are *outside* the bypass they create.
82 #define OQUEST_ (11LU<<OPSHIFT) /* ? prefix fwd to suffix */
engine.c 313 case OQUEST_:
345 case OQUEST_:
593 case OQUEST_: /* to null or not */
906 case OQUEST_: /* two branches, both forward */
regcomp.c 390 INSERT(OQUEST_, pos);
575 INSERT(OQUEST_, pos);
    [all...]

Completed in 311 milliseconds