Lines Matching refs:trapcom
87 trap = shp->st.trapcom[sig];
253 shp->st.trapcom = (char**)calloc(n,sizeof(char*));
328 if(trap=sh.st.trapcom[sig])
335 sh.st.trapcom[sig] = 0;
357 sh.st.trapcom[0] = 0;
374 if(trap=sh.st.trapcom[sig])
378 sh.st.trapcom[sig]=0;
417 if((shp->sigflag[SIGCHLD]&SH_SIGTRAP) && shp->st.trapcom[SIGCHLD])
418 job_chldtrap(shp,shp->st.trapcom[SIGCHLD],1);
431 if(trap=shp->st.trapcom[sig])
614 if(t=shp->st.trapcom[0])
616 shp->st.trapcom[0]=0; /*should free but not long */