Lines Matching defs:lhsBuf
2926 LazyBuf lhsBuf, rhsBuf;
2947 ch, &lhsBuf, &args.pflags, NULL))
2949 args.lhs = LazyBuf_Get(&lhsBuf);
2953 LazyBuf_Done(&lhsBuf);
2963 LazyBuf_Done(&lhsBuf);
3716 LazyBuf lhsBuf, rhsBuf;
3728 ch, &lhsBuf, NULL, NULL))
3733 LazyBuf_Done(&lhsBuf);
3741 if (lhsBuf.len == 0 && Expr_Str(expr)[0] == '\0')
3744 lhs = LazyBuf_Get(&lhsBuf);
3757 LazyBuf_Done(&lhsBuf);