Lines Matching defs:outcnt
217 unsigned outcnt; /* bytes in output buffer */262 outcnt = 1;281 if (outcnt && out(&outd, outbuf, outcnt)) {350 while (stack > SIZE - outcnt) {351 while (outcnt < SIZE)352 outbuf[outcnt++] = match[--stack];353 if (out(&outd, outbuf, outcnt)) {357 outcnt = 0;361 outbuf[outcnt++] = *--p;