Searched refs:SHF_EOF (Results 1 – 2 of 2) sorted by relevance
303 shf->flags &= ~(SHF_EOF | SHF_READING); in shf_flush()414 if (shf->flags & (SHF_EOF | SHF_ERROR)) { in shf_fillbuf()440 shf->flags |= SHF_EOF; in shf_fillbuf()562 shf->flags &= ~SHF_EOF; in shf_ungetc()567 shf->flags &= ~SHF_EOF; in shf_ungetc()
1105 #define shf_eof(shf) ((shf)->flags & SHF_EOF)1108 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))1127 #define SHF_EOF 0x1000 /* read eof (sticky) */ macro