usr.bin/make/job.c
2109
Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath,
usr.bin/make/make.h
1045
void Var_SetWithFlags(GNode *, const char *, const char *, VarSetFlags);
usr.bin/make/var.c
1145
Var_SetWithFlags(scope, name, val, VAR_SET_NONE);
usr.bin/make/var.c
1167
Var_SetWithFlags(scope, varname.str, val, VAR_SET_NONE);
usr.bin/make/var.c
1187
Var_SetWithFlags(SCOPE_GLOBAL, name, value, VAR_SET_NONE);
usr.bin/make/var.c
1205
Var_SetWithFlags(scope, name, val, VAR_SET_NONE);
usr.bin/make/var.c
1715
Var_SetWithFlags(args->scope, args->var, word.start,
usr.bin/make/var.c
3856
Var_SetWithFlags(SCOPE_GLOBAL, cache_varname, output,