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

/external/mksh/src/
H A Dshf.c297 if (shf->flags & SHF_ERROR) {
328 if (shf->flags & SHF_ERROR) {
370 shf->flags |= SHF_ERROR;
414 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
415 if (shf->flags & SHF_ERROR)
433 shf->flags |= SHF_ERROR;
546 if ((shf->flags & SHF_ERROR) || c == EOF ||
592 if (shf->flags & SHF_ERROR) {
601 shf->flags |= SHF_ERROR;
675 shf->flags |= SHF_ERROR;
[all...]
H A Dsh.h1050 #define shf_error(shf) ((shf)->flags & SHF_ERROR)
1052 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
1070 #define SHF_ERROR 0x0800 /* read()/write() error */ macro

Completed in 2174 milliseconds