Home | History | Annotate | Download | only in dist

Lines Matching refs:TK_MINUS

6999 #define TK_MINUS                          87
7857 #define OP_Subtract 87 /* same as TK_MINUS */
61648 case OP_Subtract: /* same as TK_MINUS, in1, in2, out3 */
71240 case TK_MINUS:
71251 assert( TK_MINUS==OP_Subtract );
71262 testcase( op==TK_MINUS );
104043 *tokenType = TK_MINUS;