Lines Matching refs:trapcom
91 trap = shp->st.trapcom[sig]; in sh_fault()
242 shp->st.trapcom = (char**)calloc(n,sizeof(char*)); in sh_siginit()
317 if(trap=sh.st.trapcom[sig]) in sh_sigreset()
324 sh.st.trapcom[sig] = 0; in sh_sigreset()
346 sh.st.trapcom[0] = 0; in sh_sigreset()
363 if(trap=sh.st.trapcom[sig]) in sh_sigclear()
367 sh.st.trapcom[sig]=0; in sh_sigclear()
406 if((sh.sigflag[SIGCHLD]&SH_SIGTRAP) && sh.st.trapcom[SIGCHLD]) in sh_chktrap()
407 job_chldtrap(&sh,sh.st.trapcom[SIGCHLD],1); in sh_chktrap()
418 if(trap=sh.st.trapcom[sig]) in sh_chktrap()
598 if(t=shp->st.trapcom[0]) in sh_done()
600 shp->st.trapcom[0]=0; /*should free but not long */ in sh_done()