Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c2118 Expr_ShouldEval(const Expr *expr) in Expr_ShouldEval() function
2126 return Expr_ShouldEval(ch->expr); in ModChain_ShouldEval()
2447 if (!Expr_ShouldEval(expr)) in ApplyModifier_Loop()
2520 Expr_ShouldEval(expr) && in ApplyModifier_Defined()
2541 if (Expr_ShouldEval(expr)) { in ApplyModifier_Literal()
2608 if (Expr_ShouldEval(expr)) in ApplyModifier_Time()
2638 if (!Expr_ShouldEval(expr)) in ApplyModifier_Path()
2673 if (Expr_ShouldEval(expr)) { in ApplyModifier_ShellCommand()
3241 if (Expr_ShouldEval(expr)) in ApplyModifier_To()
3248 if (Expr_ShouldEval(expr)) in ApplyModifier_To()
[all …]
H A DChangeLog1637 o var.c: replace remaining ModChain_ShouldEval with Expr_ShouldEval