Searched refs:SH_SIGSET (Results 1 – 17 of 17) sorted by relevance
143 shp->trapnote |= SH_SIGSET; in sh_fault()145 shp->sigflag[sig] |= SH_SIGSET; in sh_fault()174 flag = SH_SIGSET; in sh_fault()286 flag &= ~(SH_SIGSET|SH_SIGTRAP); in sh_sigtrap()319 flag = sh.sigflag[sig]&~(SH_SIGTRAP|SH_SIGSET); in sh_sigreset()362 flag &= ~(SH_SIGTRAP|SH_SIGSET); in sh_sigclear()387 sh.trapnote &= ~SH_SIGSET; in sh_chktrap()
649 if (sh->trapnote&SH_SIGSET) in onintr()1616 if((sh.trapnote&(SH_SIGSET|SH_SIGTRAP)) && errno!=EIO && errno!=ENXIO) in slowexcept()1650 if(sh.trapnote&SH_SIGSET) in slowexcept()1675 sh.trapnote |= SH_SIGSET; in time_grace()2214 if(sh.trapnote&SH_SIGSET) in sh_menu()
91 if(shp->trapnote&SH_SIGSET) in fts_sigcheck()
2236 if(shp->trapnote&SH_SIGSET) in sh_exec()
144 shp->trapnote &= ~SH_SIGSET; in sleep()170 if (shp->trapnote & (SH_SIGSET | SH_SIGTRAP)) return; in sh_delay()
291 if(shp->trapnote&SH_SIGSET) in b_print()
59 #define SH_SIGSET 4 /* pending signal */ macro
248 #define SH_SIGSET 4 macro
429 #define sh_sigcheck() do{if(sh.trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
259 #define SH_SIGSET 4 macro
313 if(sh.trapnote&SH_SIGSET) in ed_expand()
819 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) in ed_read()900 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) in ed_read()
967 if(((Shell_t*)hp->histshell)->trapnote&SH_SIGSET) in hist_find()
270 if(sh.trapnote&SH_SIGSET) in ed_viread()