Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dnonints.h94 int Cond_EvalExpression(const struct If *, char *, Boolean *, int, Boolean);
H A Dcond.c1158 Cond_EvalExpression(const struct If *info, char *line, Boolean *value, int eprint, Boolean strictLH… in Cond_EvalExpression() function
1385 if (Cond_EvalExpression(ifp, line, &value, 1, TRUE) == COND_INVALID) { in Cond_Eval()
H A Dvar.c3366 cond_rc = Cond_EvalExpression(NULL, v->name, &value, 0, FALSE); in ApplyModifiers()