Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
HDvar.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()
2938 LazyBuf_Done(&replaceBuf); in ApplyModifier_Regex()
2946 LazyBuf_Done(&replaceBuf); in ApplyModifier_Regex()
2958 LazyBuf_Done(&replaceBuf); in ApplyModifier_Regex()
2984 LazyBuf_Done(&buf); in ApplyModifier_Quote()
3416 LazyBuf_Done(&thenBuf); in ApplyModifier_IfElse()
3429 LazyBuf_Done(&thenBuf); in ApplyModifier_IfElse()
[all …]
HDstr.h239 LazyBuf_Done(LazyBuf *buf) in LazyBuf_Done() function