Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dmake.h1034 void Var_UnExport(bool, const char *);
H A Dparse.c2834 Var_UnExport(false, arg); in ParseDirective()
2836 Var_UnExport(true, arg); in ParseDirective()
H A DChangeLog1137 extract UnexportVars from Var_UnExport
1138 extract GetVarnamesToUnexport from Var_UnExport
1139 extract UnexportEnv from Var_UnExport
1140 extract UnexportVar from Var_UnExport
1144 use FStr in Var_UnExport
H A Dvar.c915 Var_UnExport(bool isEnv, const char *arg) in Var_UnExport() function