Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/
H A Dstr.h291 LazyBuf_Get(const LazyBuf *buf) in LazyBuf_Get() function
309 return Substring_Str(LazyBuf_Get(buf)); in LazyBuf_DoneGet()
H A Dvar.c2226 Substring sub = LazyBuf_Get(part); in ParseModifierPartSubst()
2497 Expr_SetValue(expr, Substring_Str(LazyBuf_Get(&buf))); in ApplyModifier_Defined()
2558 Substring arg = LazyBuf_Get(&buf); in ApplyModifier_Time()
2952 args.lhs = LazyBuf_Get(&lhsBuf); in ApplyModifier_Subst()
2959 args.rhs = LazyBuf_Get(&rhsBuf); in ApplyModifier_Subst()
3000 args.replace = LazyBuf_Get(&replaceBuf); in ApplyModifier_Regex()
3486 Substring thenExpr = LazyBuf_Get(&thenBuf); in ApplyModifier_IfElse()
3487 Substring elseExpr = LazyBuf_Get(&elseBuf); in ApplyModifier_IfElse()
3739 lhs = LazyBuf_Get(&lhsBuf); in ApplyModifier_SysV()
4376 name = LazyBuf_Get(&varname); in ParseVarnameLong()