Searched refs:cond_rc (Results 1 – 1 of 1) sorted by relevance
3500 CondResult cond_rc = CR_TRUE; /* anything other than CR_ERROR */ in ApplyModifier_IfElse() local3503 cond_rc = Cond_EvalCondition(expr->name); in ApplyModifier_IfElse()3504 if (cond_rc == CR_TRUE) in ApplyModifier_IfElse()3506 else if (cond_rc == CR_FALSE) in ApplyModifier_IfElse()3527 if (cond_rc == CR_ERROR) { in ApplyModifier_IfElse()3536 } else if (cond_rc == CR_TRUE) { in ApplyModifier_IfElse()