Searched refs:SHF_READING (Results 1 – 2 of 2) sorted by relevance
299 if (shf->flags & SHF_READING) { in shf_flush()300 shf->flags &= ~(SHF_EOF | SHF_READING); in shf_flush()329 if (shf->flags & SHF_READING) { in shf_emptybuf()333 shf->flags &= ~SHF_READING; in shf_emptybuf()413 shf->flags |= SHF_READING; in shf_fillbuf()
866 #define SHF_READING 0x2000 /* currently reading: rnleft,rp valid */ macro