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()
625 !(shf->flags & SHF_INTERRUPT)) in shf_putchar()
700 !(shf->flags & SHF_INTERRUPT)) in shf_write()
Dmain.c543 s->u.shf->flags |= SHF_INTERRUPT; in main_init()
Dsh.h1648 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */ macro