Searched refs:A_MINUS (Results 1 – 3 of 3) sorted by relevance
80 A_LPAR, A_RPAR, A_TIMES,A_PLUS, A_COMMA,A_MINUS,A_DOT, A_DIV,
101 (c=='+'?A_PLUS:(c=='-'?A_MINUS:(c=='*'?A_TIMES: \299 case A_MINUS: in arith_exec()479 case A_PLUS: case A_MINUS: in gettok()516 case A_MINUS: in expr()739 case A_PLUS: case A_MINUS: case A_TIMES: case A_DIV: in expr()
123 #define A_MINUS 15 macro