Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c368 !(shf->flags & SHF_INTERRUPT)) in shf_emptybuf()
428 if (n < 0 && errno == EINTR && !(shf->flags & SHF_INTERRUPT)) in shf_fillbuf()
599 !(shf->flags & SHF_INTERRUPT)) in shf_putchar()
673 !(shf->flags & SHF_INTERRUPT)) in shf_write()
Dmain.c489 s->u.shf->flags |= SHF_INTERRUPT; in main_init()
Dsh.h1121 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */ macro