Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c2087 Expr_Str(const Expr *expr) in Expr_Str() function
2095 return Substring_Words(Expr_Str(expr), false); in Expr_Words()
2380 const char *val = Expr_Str(expr); in ModifyWords()
2609 Expr_SetValueOwn(expr, FormatTime(Expr_Str(expr), t, gmt)); in ApplyModifier_Time()
2623 Expr_SetValueOwn(ch->expr, Hash(Expr_Str(ch->expr))); in ApplyModifier_Hash()
3095 QuoteShell(Expr_Str(ch->expr), quoteDollar, &buf); in ApplyModifier_Quote()
3242 Expr_SetValueOwn(expr, str_totitle(Expr_Str(expr))); in ApplyModifier_To()
3249 Expr_SetValueOwn(expr, str_toupper(Expr_Str(expr))); in ApplyModifier_To()
3256 Expr_SetValueOwn(expr, str_tolower(Expr_Str(expr))); in ApplyModifier_To()
3348 VarSelectWords(Expr_Str(expr), first, last, in ApplyModifier_Words()
[all …]
H A DChangeLog1503 extract common code into Expr_Str