HomeSort by relevance Sort by last modified time
    Searched refs:wnleft (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
shf.c 145 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 == 0 && shf_emptybuf(shf, EB_GROW) == EOF
    [all...]
sh.h 1030 #define shf_putc_i(c, shf) ((shf)->wnleft == 0 ? \
1032 ((shf)->wnleft--, *(shf)->wp++ = (c)))
1057 #define SHF_WRITING 0x4000 /* currently writing: wnleft,wp valid */
1069 ssize_t wnleft; /* write: how much space left in buffer */ member in struct:shf
    [all...]

Completed in 78 milliseconds