Home
last modified time | relevance | path

Searched refs:Expr_Str (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/bmake/
H A Dvar.c2055 Expr_Str(const Expr *expr) in Expr_Str() function
2063 return Substring_Words(Expr_Str(expr), false); in Expr_Words()
2374 const char *val = Expr_Str(expr); in ModifyWords()
2590 Expr_SetValueOwn(expr, VarStrftime(Expr_Str(expr), t, gmt)); in ApplyModifier_Time()
2604 Expr_SetValueOwn(ch->expr, VarHash(Expr_Str(ch->expr))); in ApplyModifier_Hash()
2980 VarQuote(Expr_Str(ch->expr), quoteDollar, &buf); in ApplyModifier_Quote()
3132 Expr_SetValueOwn(expr, str_toupper(Expr_Str(expr))); in ApplyModifier_To()
3139 Expr_SetValueOwn(expr, str_tolower(Expr_Str(expr))); in ApplyModifier_To()
3244 VarSelectWords(Expr_Str(expr), first, last, in ApplyModifier_Words()
3567 Var_Set(expr->scope, name.str, Expr_Str(expr)); in ApplyModifier_Remember()
[all …]
H A DChangeLog368 extract common code into Expr_Str