Home
last modified time | relevance | path

Searched refs:cond_rc (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/bmake/
H A Dvar.c3383 CondResult cond_rc = CR_TRUE; /* just not CR_ERROR */ in ApplyModifier_IfElse() local
3385 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()