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