Home | History | Annotate | Download | only in dist

Lines Matching refs:TK_MINUS

6992 #define TK_MINUS                          87
7850 #define OP_Subtract 87 /* same as TK_MINUS */
61641 case OP_Subtract: /* same as TK_MINUS, in1, in2, out3 */
71233 case TK_MINUS:
71244 assert( TK_MINUS==OP_Subtract );
71255 testcase( op==TK_MINUS );
104036 *tokenType = TK_MINUS;