Lines Matching defs:TK_MINUS
14095 #define TK_MINUS 107
16118 #define OP_Subtract 107 /* same as TK_MINUS, synopsis: r[P3]=r[P2]-r[P1] */
31942 case TK_MINUS: zBinOp = "SUB"; break;
84245 case TK_MINUS: zOp = "SUB"; break;
92100 case OP_Subtract: /* same as TK_MINUS, in1, in2, out3 */
110162 case TK_MINUS:
110173 assert( TK_MINUS==OP_Subtract ); testcase( op==TK_MINUS );
111572 case TK_MINUS:
166568 #define TK_MINUS 107
172461 *tokenType = TK_MINUS;