Home | History | Annotate | Download | only in orig

Lines Matching defs:TK_MINUS

8288 #define TK_MINUS                           90
9344 #define OP_Subtract 90 /* same as TK_MINUS, synopsis: r[P3]=r[P2]-r[P1] */
69378 case OP_Subtract: /* same as TK_MINUS, in1, in2, out3 */
80888 case TK_MINUS:
80899 assert( TK_MINUS==OP_Subtract ); testcase( op==TK_MINUS );
81560 case TK_MINUS: zBinOp = "SUB"; break;
121396 *tokenType = TK_MINUS;