Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dvar.c2414 LazyBuf tvarBuf, strBuf; in ApplyModifier_Loop() local
2420 res = ParseModifierPart(pp, '@', VARE_PARSE_ONLY, ch, &tvarBuf); in ApplyModifier_Loop()
2423 tvar = LazyBuf_DoneGet(&tvarBuf); in ApplyModifier_Loop()