Searched refs:ExportVar (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | var.c | 767 ExportVar(const char *name, GNode *scope, VarExportMode mode) in ExportVar() function 817 ExportVar(var->name.str, scope, VEM_ENV); in Var_ReexportVars() 830 ExportVar(varnames.words[i], scope, VEM_ENV); in Var_ReexportVars() 848 if (!ExportVar(varname, SCOPE_GLOBAL, mode)) in ExportVars() 1090 ExportVar(name, scope, VEM_PLAIN); in Var_SetWithFlags()
|
H A D | ChangeLog | 1626 var.c: split ExportVar into separate functions 1627 clean up code in extracted ExportVar functions 1738 rename Var_Export1 to ExportVar
|