Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c2103 Expr_SetValueOwn(Expr *expr, char *value) in Expr_SetValueOwn() function
2409 Expr_SetValueOwn(expr, SepBuf_DoneData(&result)); in ModifyWords()
2540 Expr_SetValueOwn(expr, bmake_strdup(expr->name)); in ApplyModifier_Literal()
2606 Expr_SetValueOwn(expr, FormatTime(Expr_Str(expr), t, gmt)); in ApplyModifier_Time()
2620 Expr_SetValueOwn(ch->expr, Hash(Expr_Str(ch->expr))); in ApplyModifier_Hash()
2651 Expr_SetValueOwn(expr, path); in ApplyModifier_Path()
2673 Expr_SetValueOwn(expr, output); in ApplyModifier_ShellCommand()
2737 Expr_SetValueOwn(ch->expr, Buf_DoneData(&buf)); in ApplyModifier_Range()
3232 Expr_SetValueOwn(expr, str_totitle(Expr_Str(expr))); in ApplyModifier_To()
3239 Expr_SetValueOwn(expr, str_toupper(Expr_Str(expr))); in ApplyModifier_To()
[all …]