HomeSort by: relevance | last modified time | path
    Searched refs:Var_SetWithFlags (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/unit-tests/
archive-suffix.mk 4 # failure in Var_SetWithFlags, triggered by Compat_Make, when setting the
varcmd.mk 11 # "scope == SCOPE_GLOBAL" in Var_SetWithFlags is removed. This test should
var-scope-cmdline.mk 84 # If Var_SetWithFlags should ever forget to delete the global variable,
varmisc.mk 63 # begin .MAKE.SAVE_DOLLARS; see Var_SetWithFlags and ParseBoolean.
varmod-loop.mk 163 # environment, see Var_SetWithFlags.
  /src/usr.bin/make/
make.h 1039 void Var_SetWithFlags(GNode *, const char *, const char *, VarSetFlags);
var.c 1016 Var_SetWithFlags(GNode *scope, const char *name, const char *val,
1138 Var_SetWithFlags(scope, name, val, VAR_SET_NONE);
1160 Var_SetWithFlags(scope, varname.str, val, VAR_SET_NONE);
1180 Var_SetWithFlags(SCOPE_GLOBAL, name, value, VAR_SET_NONE);
1198 Var_SetWithFlags(scope, name, val, VAR_SET_NONE);
1712 Var_SetWithFlags(args->scope, args->var, word.start,
job.c 2055 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath,

Completed in 18 milliseconds