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

  /src/usr.bin/make/
make.h 1007 VAR_SET_NONE = 0,
var.c 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);

Completed in 18 milliseconds