Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dvar.c2423 tvar = LazyBuf_DoneGet(&tvarBuf); in ApplyModifier_Loop()
2436 str = LazyBuf_DoneGet(&strBuf); in ApplyModifier_Loop()
2653 cmd = LazyBuf_DoneGet(&cmdBuf); in ApplyModifier_ShellCommand()
2923 re = LazyBuf_DoneGet(&reBuf); in ApplyModifier_Regex()
2982 Expr_SetValue(ch->expr, LazyBuf_DoneGet(&buf)); in ApplyModifier_Quote()
3170 festr = LazyBuf_DoneGet(&estrBuf); in ApplyModifier_Words()
3438 Expr_SetValue(expr, LazyBuf_DoneGet(&thenBuf)); in ApplyModifier_IfElse()
3442 Expr_SetValue(expr, LazyBuf_DoneGet(&elseBuf)); in ApplyModifier_IfElse()
3499 val = LazyBuf_DoneGet(&buf); in ApplyModifier_Assign()
3673 rhs = LazyBuf_DoneGet(&rhsBuf); in ApplyModifier_SysV()
[all …]
H A Dstr.h304 LazyBuf_DoneGet(LazyBuf *buf) in LazyBuf_DoneGet() function