Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dvar.c945 Var_SetWithFlags(GNode *scope, const char *name, const char *val, in Var_SetWithFlags() function
1032 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Set()
1062 Var_SetWithFlags(scope, varname.str, val, VAR_SET_NONE); in Var_SetExpand()
1093 Var_SetWithFlags(scope, name, val, VAR_SET_NONE); in Var_Append()
1683 Var_SetWithFlags(args->scope, args->var, word.start, in ModifyWord_Loop()
H A Dmake.h1012 void Var_SetWithFlags(GNode *, const char *, const char *, VarSetFlags);
H A Djob.c2213 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, VAR_SET_READONLY); in Shell_Init()
H A DChangeLog495 extract ExistsInCmdline from Var_SetWithFlags
536 rename old Var_SetWithFlags to Var_SetExpandWithFlags
537 merge SetVar into Var_SetWithFlags
679 use FStr for memory management in Var_SetWithFlags
680 extract SetVar from Var_SetWithFlags
884 o rename Var_Set_with_flags to Var_SetWithFlags