Lines Matching refs:trapnote
649 if (sh->trapnote&SH_SIGSET) in onintr()
655 if (sh->trapnote) in onintr()
758 if(errno!=EINTR || sh.trapnote) in sh_open()
1616 if((sh.trapnote&(SH_SIGSET|SH_SIGTRAP)) && errno!=EIO && errno!=ENXIO) in slowexcept()
1650 if(sh.trapnote&SH_SIGSET) in slowexcept()
1656 if(sh.trapnote&SH_SIGTRAP) in slowexcept()
1675 sh.trapnote |= SH_SIGSET; in time_grace()
1681 sh.trapnote |= SH_SIGTRAP; in time_grace()
1693 if(sh.trapnote) in piperead()
1735 if(sh.trapnote) in slowread()
2214 if(sh.trapnote&SH_SIGSET) in sh_menu()