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

  /src/tests/lib/libc/regex/
debug.c 151 case OPLUS_:
157 if (OP(*(s-opnd)) != OPLUS_)
  /src/lib/libc/regex/
regex2.h 69 * - OPLUS_ and O_PLUS are *inside* the loop they create.
97 #define OPLUS_ (9U<<OPSHIFT) /* + prefix fwd to suffix */
engine.c 463 case OPLUS_:
526 case OPLUS_:
804 case OPLUS_:
1109 case OPLUS_: /* forward, this is just an empty */
regcomp.c 639 INSERT(OPLUS_, pos);
645 INSERT(OPLUS_, pos);
1040 INSERT(OPLUS_, pos);
1049 INSERT(OPLUS_, pos);
1626 INSERT(OPLUS_, start);
2055 case OPLUS_: /* things that don't break one */
2417 case OPLUS_:

Completed in 16 milliseconds