Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c305 } else if (shf->flags & SHF_WRITING) in shf_flush()
355 if (shf->flags & SHF_WRITING) { in shf_emptybuf()
385 shf->flags &= ~SHF_WRITING; in shf_emptybuf()
392 shf->flags |= SHF_WRITING; in shf_emptybuf()
415 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF) in shf_fillbuf()
545 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF) in shf_ungetc()
Dsh.h1057 #define SHF_WRITING 0x4000 /* currently writing: wnleft,wp valid */ macro