Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dvar.c2942 LazyBuf lhsBuf, rhsBuf; in ApplyModifier_Subst() local
2963 ch, &lhsBuf, &args.pflags, NULL)) in ApplyModifier_Subst()
2965 args.lhs = LazyBuf_Get(&lhsBuf); in ApplyModifier_Subst()
2969 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
2979 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
3736 LazyBuf lhsBuf, rhsBuf; in ApplyModifier_SysV() local
3748 ch, &lhsBuf, NULL, NULL)) in ApplyModifier_SysV()
3753 LazyBuf_Done(&lhsBuf); in ApplyModifier_SysV()
3761 if (lhsBuf.len == 0 && Expr_Str(expr)[0] == '\0') in ApplyModifier_SysV()
3764 lhs = LazyBuf_Get(&lhsBuf); in ApplyModifier_SysV()
[all …]