HomeSort by: relevance | last modified time | path
    Searched refs:LazyBuf_Get (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
str.h 278 LazyBuf_Get(const LazyBuf *buf)
287 * See LazyBuf_Get to avoid unnecessary memory allocations.
296 return Substring_Str(LazyBuf_Get(buf));
var.c 2261 Substring sub = LazyBuf_Get(part);
2512 Expr_SetValue(expr, Substring_Str(LazyBuf_Get(&buf)));
2974 args.lhs = LazyBuf_Get(&lhsBuf);
2981 args.rhs = LazyBuf_Get(&rhsBuf);
3023 args.replace = LazyBuf_Get(&replaceBuf);
3763 lhs = LazyBuf_Get(&lhsBuf);
4453 name = LazyBuf_Get(&varname);

Completed in 20 milliseconds