Home
last modified time | relevance | path

Searched refs:VEM_PLAIN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dvar.c782 else if (mode == VEM_PLAIN) in ExportVar()
854 if (isExport && mode == VEM_PLAIN) in ExportVars()
876 } else if (mode == VEM_PLAIN && varnames[0] == '\0') { in Var_Export()
887 ExportVarsExpand(varnames, false, VEM_PLAIN); in Var_ExportVars()
1090 ExportVar(name, scope, VEM_PLAIN); in Var_SetWithFlags()
H A Dmake.h1045 VEM_PLAIN,
1046 VEM_PLAIN, global() enumerator
H A Dparse.c2770 Var_Export(VEM_PLAIN, arg); in ParseDirective()