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

/external/mksh/src/
H A Dshf.c303 shf->flags &= ~(SHF_EOF | SHF_READING);
414 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
440 shf->flags |= SHF_EOF;
562 shf->flags &= ~SHF_EOF;
567 shf->flags &= ~SHF_EOF;
H A Dsh.h1049 #define shf_eof(shf) ((shf)->flags & SHF_EOF)
1052 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
1071 #define SHF_EOF 0x1000 /* read eof (sticky) */ macro

Completed in 348 milliseconds