Searched refs:Var_SetWithFlags (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | var.c | 1031 Var_SetWithFlags(GNode *scope, const char *name, const char *val, in Var_SetWithFlags() function 1153 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Set() 1175 Var_SetWithFlags(scope, varname.str, val, VAR_SET_NONE); in Var_SetExpand() 1195 Var_SetWithFlags(SCOPE_GLOBAL, name, value, VAR_SET_NONE); in Global_Set_ReadOnly() 1213 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Append() 1728 Var_SetWithFlags(args->scope, args->var, word.start, in ModifyWord_Loop() 3838 Var_SetWithFlags(SCOPE_GLOBAL, cache_varname, output, in ApplyModifier_SunShell1()
|
| H A D | make.h | 1062 void Var_SetWithFlags(GNode *, const char *, const char *, VarSetFlags);
|
| H A D | job.c | 2090 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, in Shell_Init()
|
| H A D | ChangeLog | 1705 extract ExistsInCmdline from Var_SetWithFlags 1746 rename old Var_SetWithFlags to Var_SetExpandWithFlags 1747 merge SetVar into Var_SetWithFlags 1889 use FStr for memory management in Var_SetWithFlags 1890 extract SetVar from Var_SetWithFlags 2094 o rename Var_Set_with_flags to Var_SetWithFlags
|