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

  /src/bin/ksh/
shf.h 20 #define shf_error(shf) ((shf)->flags & SHF_ERROR) macro
22 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
40 #define SHF_ERROR 0x0800 /* read()/write() error */
shf.c 308 if (shf->flags & SHF_ERROR) {
340 if (shf->flags & SHF_ERROR) {
381 shf->flags |= SHF_ERROR;
422 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
423 if (shf->flags & SHF_ERROR)
444 shf->flags |= SHF_ERROR;
470 if (shf->flags & SHF_ERROR) {
495 shf->flags |= SHF_ERROR;
536 return orig_bsize == bsize ? (shf_error(shf) ? EOF : 0)
611 if ((shf->flags & SHF_ERROR) || c == EO
    [all...]
c_sh.c 337 if (c == EOF && shf_error(shf)
lex.c 1033 if (!p && shf_error(s->u.shf)

Completed in 24 milliseconds