Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h1078 void Var_UnExport(bool, const char *);
H A Dparse.c2835 Var_UnExport(false, arg); in ParseDirective()
2837 Var_UnExport(true, arg); in ParseDirective()
H A DChangeLog1926 extract UnexportVars from Var_UnExport
1927 extract GetVarnamesToUnexport from Var_UnExport
1928 extract UnexportEnv from Var_UnExport
1929 extract UnexportVar from Var_UnExport
1933 use FStr in Var_UnExport
H A Dvar.c1019 Var_UnExport(bool isEnv, const char *arg) in Var_UnExport() function