Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dshf.c379 && !(shf->flags & SHF_INTERRUPT))
438 && !(shf->flags & SHF_INTERRUPT))
664 && !(shf->flags & SHF_INTERRUPT))
737 && !(shf->flags & SHF_INTERRUPT))
H A Dshf.h35 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */ macro
H A Dmain.c314 s->u.shf->flags |= SHF_INTERRUPT; in main()
H A Dc_sh.c297 shf = shf_reopen(fd, SHF_RD | SHF_INTERRUPT | can_seek(fd), shl_spare);