Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dvar.c2855 LazyBuf lhsBuf, rhsBuf; in ApplyModifier_Subst() local
2874 res = ParseModifierPartSubst(pp, delim, ch->expr->emode, ch, &lhsBuf, in ApplyModifier_Subst()
2878 args.lhs = LazyBuf_Get(&lhsBuf); in ApplyModifier_Subst()
2883 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
2893 LazyBuf_Done(&lhsBuf); in ApplyModifier_Subst()
3632 LazyBuf lhsBuf, rhsBuf; in ApplyModifier_SysV() local
3661 res = ParseModifierPart(pp, '=', expr->emode, ch, &lhsBuf); in ApplyModifier_SysV()
3670 LazyBuf_Done(&lhsBuf); in ApplyModifier_SysV()
3678 if (lhsBuf.len == 0 && Expr_Str(expr)[0] == '\0') in ApplyModifier_SysV()
3681 lhs = LazyBuf_Get(&lhsBuf); in ApplyModifier_SysV()
[all …]