Searched refs:cond_rc (Results 1 – 1 of 1) sorted by relevance
3473 CondResult cond_rc = CR_TRUE; /* just not CR_ERROR */ in ApplyModifier_IfElse() local3475 cond_rc = Cond_EvalCondition(expr->name); in ApplyModifier_IfElse()3476 if (cond_rc == CR_TRUE) in ApplyModifier_IfElse()3478 if (cond_rc == CR_FALSE) in ApplyModifier_IfElse()3493 if (cond_rc == CR_ERROR) { in ApplyModifier_IfElse()3508 } else if (cond_rc == CR_TRUE) { in ApplyModifier_IfElse()