Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c2785 Var_Export(VEM_PLAIN, arg); in ParseDirective()
2787 Var_Export(VEM_ALL, arg); in ParseDirective()
2789 Var_Export(VEM_ENV, arg); in ParseDirective()
2791 Var_Export(VEM_LITERAL, arg); in ParseDirective()
H A Dmake.h1082 void Var_Export(VarExportMode, const char *);
H A DChangeLog2008 o eliminate boolean argument of Var_Export
2038 extract ExportVars from Var_Export
2039 extract ExportVarsExpand from Var_Export
2040 eliminate boolean argument of Var_Export
H A Dvar.c897 Var_Export(VarExportMode mode, const char *varnames) in Var_Export() function