HomeSort by: relevance | last modified time | path
    Searched refs:Var_ExistsExpand (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
make.h 1043 bool Var_ExistsExpand(GNode *, const char *) MAKE_ATTR_USE;
parse.c 1880 if (!Var_ExistsExpand(scope, name))
1939 if (op == VAR_DEFAULT && Var_ExistsExpand(scope, name))
var.c 90 * Var_ExistsExpand
1278 Var_ExistsExpand(GNode *scope, const char *name)

Completed in 19 milliseconds