Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bmake/
HDvar.c2055 Expr_Str(const Expr *expr) in Expr_Str() function
2063 return Substring_Words(Expr_Str(expr), false); in Expr_Words()
2368 const char *val = Expr_Str(expr); in ModifyWords()
2576 Expr_SetValueOwn(expr, VarStrftime(Expr_Str(expr), t, gmt)); in ApplyModifier_Time()
2590 Expr_SetValueOwn(ch->expr, VarHash(Expr_Str(ch->expr))); in ApplyModifier_Hash()
2963 VarQuote(Expr_Str(ch->expr), quoteDollar, &buf); in ApplyModifier_Quote()
3115 Expr_SetValueOwn(expr, str_toupper(Expr_Str(expr))); in ApplyModifier_To()
3122 Expr_SetValueOwn(expr, str_tolower(Expr_Str(expr))); in ApplyModifier_To()
3227 VarSelectWords(Expr_Str(expr), first, last, in ApplyModifier_Words()
3550 Var_Set(expr->scope, name.str, Expr_Str(expr)); in ApplyModifier_Remember()
[all …]
HDChangeLog195 extract common code into Expr_Str