Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c2942 LazyBuf lhsBuf, rhsBuf; in ApplyModifier_Subst() local
2968 ch, &rhsBuf, NULL, &args)) { in ApplyModifier_Subst()
2972 args.rhs = LazyBuf_Get(&rhsBuf); in ApplyModifier_Subst()
2980 LazyBuf_Done(&rhsBuf); in ApplyModifier_Subst()
3736 LazyBuf lhsBuf, rhsBuf; in ApplyModifier_SysV() local
3752 ch, &rhsBuf, NULL, NULL)) { in ApplyModifier_SysV()
3756 rhs = LazyBuf_DoneGet(&rhsBuf); in ApplyModifier_SysV()