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

  /src/tests/lib/libc/regex/
debug.c 153 if (OP(*(s+opnd)) != O_PLUS)
156 case O_PLUS:
  /src/lib/libc/regex/
regex2.h 69 * - OPLUS_ and O_PLUS are *inside* the loop they create.
98 #define O_PLUS (10U<<OPSHIFT) /* + suffix back to prefix */
engine.c 597 case O_PLUS:
809 case O_PLUS:
1112 case O_PLUS: /* both forward and back */
regcomp.c 640 ASTERN(O_PLUS, pos);
646 ASTERN(O_PLUS, pos);
1041 ASTERN(O_PLUS, pos);
1050 ASTERN(O_PLUS, pos);
1627 ASTERN(O_PLUS, start);
2420 case O_PLUS:
  /src/bin/ksh/
expr.c 34 O_PLUS, O_MINUS,
295 || op == O_PLUS)
305 /* op == O_PLUS is a no-op */
365 case O_PLUS:

Completed in 15 milliseconds