Lines Matching defs:outcnt
3085 unsigned outcnt; /* bytes in output buffer */
3120 outcnt = 1;
3140 g.out_tot += outcnt;
3141 if (outcnt && g.decode == 1)
3142 writen(g.outd, out_buf, outcnt);
3207 while (stack > OUTSIZE - outcnt) {
3208 while (outcnt < OUTSIZE)
3209 out_buf[outcnt++] = match[--stack];
3210 g.out_tot += outcnt;
3212 writen(g.outd, out_buf, outcnt);
3213 outcnt = 0;
3217 out_buf[outcnt++] = *--p;