Searched refs:Var_SetWithFlags (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | var.c | 1012 Var_SetWithFlags(GNode *scope, const char *name, const char *val, in Var_SetWithFlags() function 1128 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Set() 1150 Var_SetWithFlags(scope, varname.str, val, VAR_SET_NONE); in Var_SetExpand() 1170 Var_SetWithFlags(SCOPE_GLOBAL, name, value, VAR_SET_NONE); in Global_Set_ReadOnly() 1188 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Append() 1703 Var_SetWithFlags(args->scope, args->var, word.start, in ModifyWord_Loop()
|
H A D | make.h | 1057 void Var_SetWithFlags(GNode *, const char *, const char *, VarSetFlags);
|
H A D | job.c | 2126 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, in InitShellNameAndPath()
|
H A D | ChangeLog | 1498 extract ExistsInCmdline from Var_SetWithFlags 1539 rename old Var_SetWithFlags to Var_SetExpandWithFlags 1540 merge SetVar into Var_SetWithFlags 1682 use FStr for memory management in Var_SetWithFlags 1683 extract SetVar from Var_SetWithFlags 1887 o rename Var_Set_with_flags to Var_SetWithFlags
|