Searched refs:SHF_WRITING (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dshf.c310 } 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)
H A Dsh.h1073 #define SHF_WRITING 0x4000 /* currently writing: wnleft,wp valid */ macro

Completed in 250 milliseconds