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