Home
last modified time | relevance | path

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

/freebsd-head/contrib/bmake/
HDvar.c772 ExportVar(const char *name, GNode *scope, VarExportMode mode) in ExportVar() function
822 ExportVar(var->name.str, scope, VEM_ENV); in Var_ReexportVars()
835 ExportVar(varnames.words[i], scope, VEM_ENV); in Var_ReexportVars()
853 if (!ExportVar(varname, SCOPE_GLOBAL, mode)) in ExportVars()
1101 ExportVar(name, scope, VEM_PLAIN); in Var_SetWithFlags()
HDChangeLog1675 var.c: split ExportVar into separate functions
1676 clean up code in extracted ExportVar functions
1787 rename Var_Export1 to ExportVar