Searched refs:wbsize (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dshf.c151 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
178 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
218 shf->wbsize = bsize;
352 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap);
355 shf->rbsize += shf->wbsize;
356 shf->wnleft += shf->wbsize;
357 shf->wbsize <<= 1;
395 shf->wnleft = shf->wbsize;
664 if (nbytes > shf->wbsize) {
666 if (shf->wbsize)
[all...]
H A Dsh.h1084 ssize_t wbsize; /* size of buffer (0 if SHF_UNBUF) */ member in struct:shf

Completed in 321 milliseconds