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

  /src/usr.bin/make/
arch.c 228 Var_Expand(&lib, scope, VARE_EVAL_DEFINED);
296 Var_Expand(&mem, scope, VARE_EVAL_DEFINED);
make.h 977 * Only for Var_Parse, not for Var_Subst or Var_Expand: Parse and
1053 void Var_Expand(FStr *, GNode *, VarEvalMode);
var.c 98 * Var_Expand Expand all expressions in a string, in-place.
1160 Var_Expand(&varname, scope, VARE_EVAL);
1248 Var_Expand(&xname, scope, VARE_EVAL);
1287 Var_Expand(&varname, scope, VARE_EVAL);
1498 Var_Expand(&rhs, args->scope, VARE_EVAL);
4870 Var_Expand(FStr *str, GNode *scope, VarEvalMode emode)
parse.c 1901 Var_Expand(&cmd, SCOPE_CMDLINE, VARE_EVAL);
2041 Var_Expand(&file, SCOPE_CMDLINE, VARE_EVAL);
main.c 774 Var_Expand(&path, SCOPE_GLOBAL, VARE_EVAL);
meta.c 327 Var_Expand(&xcmd, gn, VARE_EVAL);

Completed in 39 milliseconds