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

  /external/mksh/src/
shf.c 310 } else if (shf->flags & SHF_WRITING)
360 if (shf->flags & SHF_WRITING) {
390 shf->flags &= ~SHF_WRITING;
397 shf->flags |= SHF_WRITING;
420 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
550 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
sh.h 1058 #define SHF_WRITING 0x4000 /* currently writing: wnleft,wp valid */
    [all...]

Completed in 47 milliseconds