Searched refs:SHF_READING (Results 1 – 2 of 2) sorted by relevance
301 } else if (shf->flags & SHF_READING) { in shf_flush()302 shf->flags &= ~(SHF_EOF | SHF_READING); in shf_flush()336 if (shf->flags & SHF_READING) { in shf_emptybuf()341 shf->flags &= ~SHF_READING; in shf_emptybuf()426 shf->flags |= SHF_READING; in shf_fillbuf()
1441 #define SHF_READING 0x2000 /* currently reading: rnleft,rp valid */ macro