Lines Matching refs:trapnote
96 shp->trapnote |= SH_SIGTRAP; in sh_fault()
114 if(sig==SIGINT && (shp->trapnote&SH_SIGIGNORE)) in sh_fault()
125 shp->trapnote |= SH_SIGTERM; in sh_fault()
143 shp->trapnote |= SH_SIGSET; in sh_fault()
178 shp->trapnote |= SH_SIGTSTP; in sh_fault()
199 shp->trapnote |= flag; in sh_fault()
349 sh.trapnote=0; in sh_sigreset()
380 if(!(sh.trapnote&~SH_SIGIGNORE)) in sh_chktrap()
382 sh.trapnote &= ~SH_SIGTRAP; in sh_chktrap()
386 int sav_trapnote = sh.trapnote; in sh_chktrap()
387 sh.trapnote &= ~SH_SIGSET; in sh_chktrap()
395 sh.trapnote = sav_trapnote; in sh_chktrap()
509 if(shp->trapnote&SH_SIGTSTP) in sh_exit()
512 shp->trapnote = 0; in sh_exit()
522 shp->trapnote = 0; in sh_exit()
592 shp->trapnote = 0; in sh_done()