Home | History | Annotate | Download | only in ksh

Lines Matching refs:shf_error

308 	if (shf->flags & SHF_ERROR) {
340 if (shf->flags & SHF_ERROR) {
381 shf->flags |= SHF_ERROR;
422 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
423 if (shf->flags & SHF_ERROR)
444 shf->flags |= SHF_ERROR;
470 if (shf->flags & SHF_ERROR) {
495 shf->flags |= SHF_ERROR;
536 return orig_bsize == bsize ? (shf_error(shf) ? EOF : 0)
611 if ((shf->flags & SHF_ERROR) || c == EOF
657 if (shf->flags & SHF_ERROR) {
666 shf->flags |= SHF_ERROR;
739 shf->flags |= SHF_ERROR;
1274 return shf_error(shf) ? EOF : nwritten;