Home | History | Annotate | Download | only in src

Lines Matching refs:wnleft

152 	shf->wnleft = 0; /* force call to shf_emptybuf() */
179 shf->wnleft = 0; /* force call to shf_emptybuf() */
220 shf->wnleft = bsize - 1; /* space for a '\0' */
260 shf->wnleft = 0;
279 shf->wnleft++;
361 shf->wnleft += shf->wbsize;
377 shf->wnleft = 0;
394 shf->wnleft = 0;
400 shf->wnleft = shf->wbsize;
633 if (shf->wnleft == 0 && shf_emptybuf(shf, EB_GROW) == -1)
635 shf->wnleft--;
669 if ((ncopy = shf->wnleft) &&
670 (shf->wp != shf->buf || nbytes < shf->wnleft)) {
677 shf->wnleft
682 while (nbytes > shf->wnleft)
704 shf->wnleft = 0;
721 shf->wnleft -= nbytes;