Home
last modified time | relevance | path

Searched refs:ExportVar (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bmake/
H A Dvar.c793 ExportVar(const char *name, GNode *scope, VarExportMode mode) in ExportVar() function
843 ExportVar(var->name.str, scope, VEM_ENV); in Var_ReexportVars()
856 ExportVar(varnames.words[i], scope, VEM_ENV); in Var_ReexportVars()
874 if (!ExportVar(varname, SCOPE_GLOBAL, mode)) in ExportVars()
1122 ExportVar(name, scope, VEM_PLAIN); in Var_SetWithFlags()
H A DChangeLog1931 var.c: split ExportVar into separate functions
1932 clean up code in extracted ExportVar functions
2043 rename Var_Export1 to ExportVar