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 307 } else if (shf->flags & SHF_WRITING)
353 if (shf->flags & SHF_WRITING) {
382 shf->flags &= ~SHF_WRITING;
389 shf->flags |= SHF_WRITING;
410 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
539 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
sh.h 867 #define SHF_WRITING 0x4000 /* currently writing: wnleft,wp valid */
    [all...]

Completed in 28 milliseconds