Searched refs:A_DIV (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,
124 #define A_DIV 16 macro
102 (c=='/'?A_DIV:(c=='%'?A_MOD:(c==','?A_COMMA: \316 case A_DIV: in arith_exec()739 case A_PLUS: case A_MINUS: case A_TIMES: case A_DIV: in expr()