Searched refs:cond_rc (Results 1 – 1 of 1) sorted by relevance
3495 CondResult cond_rc = CR_TRUE; /* just not CR_ERROR */ in ApplyModifier_IfElse() local3498 cond_rc = Cond_EvalCondition(expr->name); in ApplyModifier_IfElse()3499 if (cond_rc == CR_TRUE) in ApplyModifier_IfElse()3501 if (cond_rc == CR_FALSE) in ApplyModifier_IfElse()3520 if (cond_rc == CR_ERROR) { in ApplyModifier_IfElse()3531 } else if (cond_rc == CR_TRUE) { in ApplyModifier_IfElse()