Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Dvar.c2234 LazyBuf_Done(part); in ParseModifierPart()
2495 LazyBuf_Done(&buf); in ApplyModifier_Defined()
2960 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
2970 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
2971 LazyBuf_Done(&rhsBuf); in ApplyModifier_Subst()
3018 LazyBuf_Done(&replaceBuf); in ApplyModifier_Regex()
3031 LazyBuf_Done(&replaceBuf); in ApplyModifier_Regex()
3055 LazyBuf_Done(&buf); in ApplyModifier_Quote()
3487 LazyBuf_Done(&thenBuf); in ApplyModifier_IfElse()
3494 LazyBuf_Done(&thenBuf); in ApplyModifier_IfElse()
[all …]
Dstr.h233 LazyBuf_Done(LazyBuf *buf) in LazyBuf_Done() function