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

/external/mksh/src/
H A Dshf.c145 shf->wnleft = 0; /* force call to shf_emptybuf() */
172 shf->wnleft = 0; /* force call to shf_emptybuf() */
212 shf->wnleft = bsize - 1; /* space for a '\0' */
252 shf->wnleft = 0;
271 shf->wnleft++;
351 shf->wnleft += shf->wbsize;
367 shf->wnleft = 0;
384 shf->wnleft = 0;
390 shf->wnleft = shf->wbsize;
602 if (shf->wnleft
[all...]
H A Dsh.h902 #define shf_putc_(c, shf) ((shf)->wnleft == 0 ? \
904 ((shf)->wnleft--, *(shf)->wp++ = (c)))
929 #define SHF_WRITING 0x4000 /* currently writing: wnleft,wp valid */
941 ssize_t wnleft; /* write: how much space left in buffer */ member in struct:shf

Completed in 59 milliseconds