Home | History | Annotate | Download | only in src

Lines Matching refs:SHF_EOF

1034 #define shf_eof(shf)		((shf)->flags & SHF_EOF)
1037 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
1056 #define SHF_EOF 0x1000 /* read eof (sticky) */