CEXP_OP_OR
case CEXP_OP_OR:
if ((op != CEXP_OP_AND) && (op != CEXP_OP_OR) &&
new_op = (*str == '&') ? CEXP_OP_AND : CEXP_OP_OR;