Searched refs:Var_SetWithFlags (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | var.c | 953 Var_SetWithFlags(GNode *scope, const char *name, const char *val, in Var_SetWithFlags() function 1041 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Set() 1071 Var_SetWithFlags(scope, varname.str, val, VAR_SET_NONE); in Var_SetExpand() 1091 Var_SetWithFlags(SCOPE_GLOBAL, name, value, VAR_SET_READONLY); in Global_Set_ReadOnly() 1108 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Append() 1678 Var_SetWithFlags(args->scope, args->var, word.start, in ModifyWord_Loop()
|
| H A D | make.h | 1019 void Var_SetWithFlags(GNode *, const char *, const char *, VarSetFlags);
|
| H A D | job.c | 2200 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, VAR_SET_READONLY); in Shell_Init()
|
| H A D | ChangeLog | 879 extract ExistsInCmdline from Var_SetWithFlags 920 rename old Var_SetWithFlags to Var_SetExpandWithFlags 921 merge SetVar into Var_SetWithFlags 1063 use FStr for memory management in Var_SetWithFlags 1064 extract SetVar from Var_SetWithFlags 1268 o rename Var_Set_with_flags to Var_SetWithFlags
|