Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Dmake.h1039 bool Var_ExistsExpand(GNode *, const char *) MAKE_ATTR_USE;
Dparse.c1825 if (!Var_ExistsExpand(scope, name)) in VarAssign_EvalSubst()
1884 if (op == VAR_DEFAULT && Var_ExistsExpand(scope, name)) in VarAssign_Eval()
Dvar.c1264 Var_ExistsExpand(GNode *scope, const char *name) in Var_ExistsExpand() function