Lines Matching defs:right
122 /* Binops: copy left/right expressions */
128 struct expression *right = copy_expression(expr->right);
129 if (left == expr->left && right == expr->right)
133 expr->right = right;
139 struct expression *right = copy_expression(expr->right);
140 if (expr->op == '=' && left == expr->left && right == expr->right)
144 expr->right = right;
472 * This doesn't do the symbol replacement right: it's not