HomeSort by: relevance | last modified time | path
    Searched refs:SHF_EOF (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
shf.h 19 #define shf_eof(shf) ((shf)->flags & SHF_EOF) macro
22 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
41 #define SHF_EOF 0x1000 /* read eof (sticky) */
shf.c 314 shf->flags &= ~(SHF_EOF | SHF_READING);
422 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
450 shf->flags |= SHF_EOF;
491 shf->flags &= ~(SHF_EOF | SHF_READING | SHF_WRITING);
626 shf->flags &= ~SHF_EOF;
631 shf->flags &= ~SHF_EOF;

Completed in 15 milliseconds