Searched refs:Cond_EvalExpression (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | nonints.h | 94 int Cond_EvalExpression(const struct If *, char *, Boolean *, int, Boolean);
|
| H A D | cond.c | 1158 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 D | var.c | 3366 cond_rc = Cond_EvalExpression(NULL, v->name, &value, 0, FALSE); in ApplyModifiers()
|