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

  /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 */
  /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 32 milliseconds