Home
last modified time | relevance | path

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

/dports/devel/bmake/bmake/
H A Dvar.c2271 LazyBuf_Done(part); in ParseModifierPartSubst()
2545 LazyBuf_Done(&buf); in ApplyModifier_Defined()
2925 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
2935 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
2936 LazyBuf_Done(&rhsBuf); in ApplyModifier_Subst()
3027 LazyBuf_Done(&buf); in ApplyModifier_Quote()
3628 LazyBuf_Done(&lhsBuf); in ApplyModifier_SysV()
3652 LazyBuf_Done(&lhsBuf); in ApplyModifier_SysV()
4302 LazyBuf_Done(&varname); in ParseVarnameLong()
4352 LazyBuf_Done(&varname); in ParseVarnameLong()
H A Dstr.h273 LazyBuf_Done(LazyBuf *buf) in LazyBuf_Done() function