HomeSort by: relevance | last modified time | path
    Searched refs:SHF_WRITING (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
shf.h 43 #define SHF_WRITING 0x4000 /* currently writing: wnleft,wp valid */
shf.c 321 } else if (shf->flags & SHF_WRITING)
370 if (shf->flags & SHF_WRITING) {
399 shf->flags &= ~SHF_WRITING;
406 shf->flags |= SHF_WRITING;
428 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
475 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
491 shf->flags &= ~(SHF_EOF | SHF_READING | SHF_WRITING);
615 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)

Completed in 26 milliseconds