Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h1084 void Var_UnExport(bool, const char *);
H A Dparse.c2793 Var_UnExport(false, arg); in ParseDirective()
2795 Var_UnExport(true, arg); in ParseDirective()
H A DChangeLog2095 extract UnexportVars from Var_UnExport
2096 extract GetVarnamesToUnexport from Var_UnExport
2097 extract UnexportEnv from Var_UnExport
2098 extract UnexportVar from Var_UnExport
2102 use FStr in Var_UnExport
H A Dvar.c1026 Var_UnExport(bool isEnv, const char *arg) in Var_UnExport() function