Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
HDvar.c826 GetVarnamesToUnexport(bool isEnv, const char *arg, in GetVarnamesToUnexport() argument
832 if (isEnv) { in GetVarnamesToUnexport()
915 Var_UnExport(bool isEnv, const char *arg) in Var_UnExport() argument
920 GetVarnamesToUnexport(isEnv, arg, &varnames, &what); in Var_UnExport()