Home
last modified time | relevance | path

Searched refs:SHF_INTERRUPT (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dshf.c373 !(shf->flags & SHF_INTERRUPT)) in shf_emptybuf()
433 if (n < 0 && errno == EINTR && !(shf->flags & SHF_INTERRUPT)) in shf_fillbuf()
626 !(shf->flags & SHF_INTERRUPT)) in shf_putchar()
701 !(shf->flags & SHF_INTERRUPT)) in shf_write()
Dmain.c558 s->u.shf->flags |= SHF_INTERRUPT; in main_init()
Dsh.h1720 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */ macro