Lines Matching defs:PLUS
72 * plus a "next" pointer, possibly plus an operand. "Next" pointers of
96 #define PLUS 11 /* node Match this (simple) thing 1 or more times. */
117 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
119 * per match) are implemented with STAR and PLUS for speed
160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
447 reginsert(PLUS, ret);
1050 case PLUS: {
1280 case PLUS:
1281 p = "PLUS";