Lines Matching refs:SHF_EOF
1033 #define shf_eof(shf) ((shf)->flags & SHF_EOF)1036 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))1055 #define SHF_EOF 0x1000 /* read eof (sticky) */