Searched refs:SHF_ERROR (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dshf.c294 if (shf->flags & SHF_ERROR) {
324 if (shf->flags & SHF_ERROR) {
364 shf->flags |= SHF_ERROR;
404 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
405 if (shf->flags & SHF_ERROR)
426 shf->flags |= SHF_ERROR;
535 if ((shf->flags & SHF_ERROR) || c == EOF ||
579 if (shf->flags & SHF_ERROR) {
588 shf->flags |= SHF_ERROR;
661 shf->flags |= SHF_ERROR;
[all...]
H A Dsh.h844 #define shf_error(shf) ((shf)->flags & SHF_ERROR)
846 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
864 #define SHF_ERROR 0x0800 /* read()/write() error */ macro

Completed in 412 milliseconds