Lines Matching defs:left
175 if (left == 0) { \
177 left = WSIZE; \
179 if (out(out_desc, put, (unsigned)left)) { \
219 unsigned long left; /* available output */
259 left = WSIZE;
323 if (copy > left) copy = left;
327 left -= copy;
485 left--;
544 if (offset > WSIZE - (wrap ? 0: left)) {
555 if (copy < left) {
557 copy = left - copy;
561 copy = left;
565 left -= copy;
575 if (left < WSIZE) {
576 if (out(out_desc, window, (unsigned)(WSIZE - left)))