Searched refs:O_PLUS (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Support/
H A Dregex2.h52 * - OPLUS_ and O_PLUS are *inside* the loop they create.
81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */ macro
H A Dregcomp.c397 ASTERN(O_PLUS, pos);
403 ASTERN(O_PLUS, pos);
582 ASTERN(O_PLUS, pos);
997 ASTERN(O_PLUS, start);
1515 case O_PLUS:
H A Dregengine.inc452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */
/external/mksh/src/
H A Dexpr.c41 O_PLUS, O_MINUS, enumerator in enum:token
308 op == O_PLUS) {
317 /* op == O_PLUS is a no-op */
373 case O_PLUS:

Completed in 66 milliseconds