Searched refs:SH_DEBUGTRAP (Results 1 – 8 of 8) sorted by relevance
107 if(sig>SH_DEBUGTRAP) in b_trap()124 if(sig == SH_DEBUGTRAP) in b_trap()386 const char *traps[SH_DEBUGTRAP+1]; in sig_list()393 for(sig=SH_DEBUGTRAP; sig>=0; sig--) in sig_list()428 for(sig=SH_DEBUGTRAP; sig>=0; sig--) in sig_list()
54 #define SH_DEBUGTRAP 4 /* must be last internal trap */ macro
92 char *trap[SH_DEBUGTRAP+1];
81 "DEBUG", VAL(TRAP(SH_DEBUGTRAP),0), "",
347 for(sig=SH_DEBUGTRAP-1;sig>=0;sig--) in sh_sigreset()
552 shp->st.trap[SH_DEBUGTRAP] = 0; in sh_debug()1257 if(trap=shp->st.trap[SH_DEBUGTRAP]) in sh_exec()2336 if(trap=shp->st.trap[SH_DEBUGTRAP]) in sh_exec()2501 if(trap=shp->st.trap[SH_DEBUGTRAP]) in sh_exec()2539 if(trap=shp->st.trap[SH_DEBUGTRAP]) in sh_exec()2859 if(trap=shp->st.trap[SH_DEBUGTRAP]) in sh_exec()
1166 char *tname=0, *after="", *trace = shp->st.trap[SH_DEBUGTRAP]; in sh_redirect()
302 char *trap=shp->st.trap[SH_DEBUGTRAP]; in nv_setlist()