Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dvar.c2238 LazyBuf_Done(part); in ParseModifierPartSubst()
2883 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
2893 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
2894 LazyBuf_Done(&rhsBuf); in ApplyModifier_Subst()
2984 LazyBuf_Done(&buf); in ApplyModifier_Quote()
3416 LazyBuf_Done(&thenBuf); in ApplyModifier_IfElse()
3429 LazyBuf_Done(&thenBuf); in ApplyModifier_IfElse()
3430 LazyBuf_Done(&elseBuf); in ApplyModifier_IfElse()
3435 LazyBuf_Done(&thenBuf); in ApplyModifier_IfElse()
3670 LazyBuf_Done(&lhsBuf); in ApplyModifier_SysV()
[all …]
H A Dstr.h239 LazyBuf_Done(LazyBuf *buf) in LazyBuf_Done() function