Lines Matching refs:SHF_ERROR
300 else if (shf->flags & SHF_ERROR) { in shf_flush()
308 shf->flags |= SHF_ERROR; in shf_flush()
333 if (shf->flags & SHF_ERROR) { in shf_emptybuf()
375 shf->flags |= SHF_ERROR; in shf_emptybuf()
419 if (shf->flags & (SHF_EOF | SHF_ERROR)) { in shf_fillbuf()
420 if (shf->flags & SHF_ERROR) in shf_fillbuf()
438 shf->flags |= SHF_ERROR; in shf_fillbuf()
572 if ((shf->flags & SHF_ERROR) || c == -1 || in shf_ungetc()
619 if (shf->flags & SHF_ERROR) { in shf_putchar()
628 shf->flags |= SHF_ERROR; in shf_putchar()
703 shf->flags |= SHF_ERROR; in shf_write()