Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dvar.c786 ExportVar(const char *name, GNode *scope, VarExportMode mode) in ExportVar() function
836 ExportVar(var->name.str, scope, VEM_ENV); in Var_ReexportVars()
849 ExportVar(varnames.words[i], scope, VEM_ENV); in Var_ReexportVars()
867 if (!ExportVar(varname, SCOPE_GLOBAL, mode)) in ExportVars()
1115 ExportVar(name, scope, VEM_PLAIN); in Var_SetWithFlags()
H A DChangeLog1833 var.c: split ExportVar into separate functions
1834 clean up code in extracted ExportVar functions
1945 rename Var_Export1 to ExportVar