Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c2106 Expr_SetValueOwn(Expr *expr, char *value) in Expr_SetValueOwn() function
2412 Expr_SetValueOwn(expr, SepBuf_DoneData(&result)); in ModifyWords()
2543 Expr_SetValueOwn(expr, bmake_strdup(expr->name)); in ApplyModifier_Literal()
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()
2654 Expr_SetValueOwn(expr, path); in ApplyModifier_Path()
2676 Expr_SetValueOwn(expr, output); in ApplyModifier_ShellCommand()
2740 Expr_SetValueOwn(ch->expr, Buf_DoneData(&buf)); in ApplyModifier_Range()
3242 Expr_SetValueOwn(expr, str_totitle(Expr_Str(expr))); in ApplyModifier_To()
3249 Expr_SetValueOwn(expr, str_toupper(Expr_Str(expr))); in ApplyModifier_To()
[all …]