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

  /external/mksh/src/
shf.c 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
    [all...]
sh.h 1664 ssize_t wnleft; \/* write: how much space left in buffer *\/ member in struct:shf
    [all...]

Completed in 119 milliseconds