Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c918 GetVarnamesToUnexport(bool isEnv, const char *arg, in GetVarnamesToUnexport() argument
924 if (isEnv) { in GetVarnamesToUnexport()
1000 Var_UnExport(bool isEnv, const char *arg) in Var_UnExport() argument
1005 GetVarnamesToUnexport(isEnv, arg, &varnames, &what); in Var_UnExport()