Searched refs:Var_ExistsExpand (Results 1 – 3 of 3) sorted by relevance
1039 bool Var_ExistsExpand(GNode *, const char *) MAKE_ATTR_USE;
1825 if (!Var_ExistsExpand(scope, name)) in VarAssign_EvalSubst()1884 if (op == VAR_DEFAULT && Var_ExistsExpand(scope, name)) in VarAssign_Eval()
1264 Var_ExistsExpand(GNode *scope, const char *name) in Var_ExistsExpand() function