Searched refs:CEXP_OP_OR (Results 1 – 1 of 1) sorted by relevance
109 CEXP_OP_OR, /* || */ enumerator1024 case CEXP_OP_OR: in cexp_eval_op()1127 if ((op != CEXP_OP_AND) && (op != CEXP_OP_OR) && in cexp_eval_expr()1135 new_op = (*str == '&') ? CEXP_OP_AND : CEXP_OP_OR; in cexp_eval_expr()