Searched refs:SH_SIGTRAP (Results 1 – 7 of 7) sorted by relevance
99 shp->trapnote |= SH_SIGTRAP; in sh_fault()100 shp->sigflag[sig] |= SH_SIGTRAP; in sh_fault()180 flag = SH_SIGTRAP; in sh_fault()297 flag &= ~(SH_SIGSET|SH_SIGTRAP); in sh_sigtrap()330 flag = sh.sigflag[sig]&~(SH_SIGTRAP|SH_SIGSET); in sh_sigreset()373 flag &= ~(SH_SIGTRAP|SH_SIGSET); in sh_sigclear()393 shp->trapnote &= ~SH_SIGTRAP; in sh_chktrap()417 if((shp->sigflag[SIGCHLD]&SH_SIGTRAP) && shp->st.trapcom[SIGCHLD]) in sh_chktrap()428 if(shp->sigflag[sig]&SH_SIGTRAP) in sh_chktrap()430 shp->sigflag[sig] &= ~SH_SIGTRAP; in sh_chktrap()
205 shp->sigflag[SIGCHLD] &= ~SH_SIGTRAP; in job_chldtrap()522 shp->sigflag[SIGCHLD] |= SH_SIGTRAP; in job_reap()526 shp->trapnote |= SH_SIGTRAP; in job_reap()558 shp->sigflag[SIGCHLD] |= SH_SIGTRAP; in job_reap()559 shp->trapnote |= SH_SIGTRAP; in job_reap()1680 if(shp->sigflag[SIGALRM]&SH_SIGTRAP) in job_wait()
1892 if((shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) && errno!=EIO && errno!=ENXIO) in slowexcept()1918 else if(shp->bltinfun && (shp->trapnote&SH_SIGTRAP) && shp->lastsig) in slowexcept()1934 if(shp->trapnote&SH_SIGTRAP) in slowexcept()1959 shp->trapnote |= SH_SIGTRAP; in time_grace()
124 if(shp->sigflag[SIGALRM]&SH_SIGTRAP) in b_sleep()148 if(shp->sigflag[SIGALRM]&SH_SIGTRAP) in sleep()180 if (shp->trapnote & (SH_SIGSET | SH_SIGTRAP)) return; in sh_delay()
127 shp->trapnote |= SH_SIGTRAP; in b_trap()
60 #define SH_SIGTRAP 010 /* pending trap */ macro
831 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) in ed_read()914 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) in ed_read()