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

/external/mksh/src/
H A Dsh.h1034 #define shf_error(shf) ((shf)->flags & SHF_ERROR)
1036 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
1054 #define SHF_ERROR 0x0800 /* read()/write() error */ macro

Completed in 35 milliseconds