HomeSort by: relevance | last modified time | path
    Searched defs:Var_Subst (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
var.c 96 * Var_Subst Substitute all expressions in a string.
197 * The variable is currently being accessed by Var_Parse or Var_Subst.
651 expanded = Var_Subst(arg, SCOPE_GLOBAL, VARE_EVAL);
683 * local scope, skip it, else we can get Var_Subst
718 val = Var_Subst(expr, scope, VARE_EVAL);
826 xvarnames = Var_Subst("${.MAKE.EXPORTED:O:u}", SCOPE_GLOBAL,
867 char *xvarnames = Var_Subst(uvarnames, SCOPE_GLOBAL, VARE_EVAL);
944 char *expanded = Var_Subst("${.MAKE.EXPORTED:O:u}",
976 char *filtered = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL);
1714 s = Var_Subst(args->body, args->scope, args->emode)
    [all...]

Completed in 16 milliseconds