Searched refs:A_TILDE (Results 1 – 2 of 2) sorted by relevance
96 ((c)=='|'?A_OR:((c)=='^'?A_XOR:((c)=='~'?A_TILDE:A_REG))):\107 (c=='.'?A_DOT:(c=='~'?A_TILDE:A_REG)))))))))))))))))))))))293 case A_TILDE: in arith_exec()529 case A_TILDE: in expr()745 case A_NOT: case A_TILDE: in expr()
139 #define A_TILDE 31 macro