Home
last modified time | relevance | path

Searched refs:Var_SetWithFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Dvar.c1038 Var_SetWithFlags(GNode *scope, const char *name, const char *val, in Var_SetWithFlags() function
1160 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Set()
1182 Var_SetWithFlags(scope, varname.str, val, VAR_SET_NONE); in Var_SetExpand()
1202 Var_SetWithFlags(SCOPE_GLOBAL, name, value, VAR_SET_NONE); in Global_Set_ReadOnly()
1220 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Append()
1731 Var_SetWithFlags(args->scope, args->var, word.start, in ModifyWord_Loop()
3848 Var_SetWithFlags(SCOPE_GLOBAL, cache_varname, output, in ApplyModifier_SunShell1()
H A Dmake.h1068 void Var_SetWithFlags(GNode *, const char *, const char *, VarSetFlags);
H A Djob.c2144 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, in Shell_Init()
H A DChangeLog1803 extract ExistsInCmdline from Var_SetWithFlags
1844 rename old Var_SetWithFlags to Var_SetExpandWithFlags
1845 merge SetVar into Var_SetWithFlags
1987 use FStr for memory management in Var_SetWithFlags
1988 extract SetVar from Var_SetWithFlags
2192 o rename Var_Set_with_flags to Var_SetWithFlags