Searched refs:IS_ASSIGNOP (Results 1 – 1 of 1) sorted by relevance
63 #define IS_ASSIGNOP(op) ((int)(op) >= (int)O_ASN && (int)(op) <= (int)O_BORASN) macro411 if (IS_ASSIGNOP(op)) { in evalexpr()603 if (IS_ASSIGNOP(op)) { in evalexpr()