Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dstr.h292 LazyBuf_Get(const LazyBuf *buf) in LazyBuf_Get() function
310 return Substring_Str(LazyBuf_Get(buf)); in LazyBuf_DoneGet()
H A Dvar.c2245 Substring sub = LazyBuf_Get(part); in ParseModifierPartSubst()
2521 Expr_SetValue(expr, Substring_Str(LazyBuf_Get(&buf))); in ApplyModifier_Defined()
2878 args.lhs = LazyBuf_Get(&lhsBuf); in ApplyModifier_Subst()
2886 args.rhs = LazyBuf_Get(&rhsBuf); in ApplyModifier_Subst()
2930 args.replace = LazyBuf_Get(&replaceBuf); in ApplyModifier_Regex()
3423 Substring thenExpr = LazyBuf_Get(&thenBuf); in ApplyModifier_IfElse()
3424 Substring elseExpr = LazyBuf_Get(&elseBuf); in ApplyModifier_IfElse()
3681 lhs = LazyBuf_Get(&lhsBuf); in ApplyModifier_SysV()
4333 name = LazyBuf_Get(&varname); in ParseVarnameLong()
H A DChangeLog357 minimize calls to LazyBuf_Get in ParseVarnameLong