Searched refs:cond_rc (Results 1 – 1 of 1) sorted by relevance
3383 CondResult cond_rc = CR_TRUE; /* just not CR_ERROR */ in ApplyModifier_IfElse() local3385 cond_rc = Cond_EvalCondition(expr->name); in ApplyModifier_IfElse()3386 if (cond_rc == CR_TRUE) in ApplyModifier_IfElse()3388 if (cond_rc == CR_FALSE) in ApplyModifier_IfElse()3405 if (cond_rc == CR_ERROR) { in ApplyModifier_IfElse()3420 } else if (cond_rc == CR_TRUE) { in ApplyModifier_IfElse()