Home | History | Annotate | Download | only in ksh

Lines Matching refs:wnleft

121 	shf->wnleft = 0; /* force call to shf_emptybuf() */
165 shf->wnleft = 0; /* force call to shf_emptybuf() */
209 shf->wnleft = bsize - 1; /* space for a '\0' */
251 shf->wnleft = 0;
270 shf->wnleft++;
366 shf->wnleft += shf->wbsize;
383 shf->wnleft = 0;
398 shf->wnleft = 0;
404 shf->wnleft = shf->wbsize;
672 if (shf->wnleft == 0 && shf_emptybuf(shf, EB_GROW) == EOF)
674 shf->wnleft--;
713 if ((ncopy = shf->wnleft)
714 && (shf->wp != shf->buf || nbytes < shf->wnleft))
722 shf->wnleft -= ncopy;
741 shf->wnleft = 0;
753 shf->wnleft -= nbytes;