Home | History | Annotate | Download | only in make

Lines Matching refs:Var_Subst

190 	VAR_SUBST,		/* := */
664 xmsg = Var_Subst(umsg, SCOPE_CMDLINE, VARE_EVAL);
1748 type = VAR_SUBST;
1855 if (op != VAR_SUBST && strchr(uvalue, '$') != NULL) {
1856 char *parsedValue = Var_Subst(uvalue,
1883 evalue = Var_Subst(uvalue, scope,
1918 * Especially for VAR_SUBST and VAR_SHELL this can differ from the literal
1933 else if (op == VAR_SUBST)
2292 all_files = Var_Subst(file, SCOPE_CMDLINE, VARE_EVAL);
2335 value = Var_Subst(value, SCOPE_CMDLINE, VARE_EVAL);
2911 expanded_line = Var_Subst(line, SCOPE_CMDLINE, VARE_EVAL);