Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c2094 Expr_ShouldEval(const Expr *expr) in Expr_ShouldEval() function
2102 return Expr_ShouldEval(ch->expr); in ModChain_ShouldEval()
2423 if (!Expr_ShouldEval(expr)) in ApplyModifier_Loop()
2496 Expr_ShouldEval(expr) && in ApplyModifier_Defined()
2517 if (Expr_ShouldEval(expr)) { in ApplyModifier_Literal()
2584 if (Expr_ShouldEval(expr)) in ApplyModifier_Time()
2614 if (!Expr_ShouldEval(expr)) in ApplyModifier_Path()
2649 if (Expr_ShouldEval(expr)) { in ApplyModifier_ShellCommand()
3221 if (Expr_ShouldEval(expr)) in ApplyModifier_To()
3228 if (Expr_ShouldEval(expr)) in ApplyModifier_To()
[all …]
H A DChangeLog1332 o var.c: replace remaining ModChain_ShouldEval with Expr_ShouldEval