Searched refs:SH_DEBUGTRAP (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dfault.h54 #define SH_DEBUGTRAP 4 /* must be last internal trap */ macro
H A Ddefs.h92 char *trap[SH_DEBUGTRAP+1];
/ast/src/cmd/ksh93/bltins/
H A Dtrap.c107 if(sig>SH_DEBUGTRAP)
124 if(sig == SH_DEBUGTRAP)
367 const char *traps[SH_DEBUGTRAP+1];
374 for(sig=SH_DEBUGTRAP; sig>=0; sig--)
409 for(sig=SH_DEBUGTRAP; sig>=0; sig--)
/ast/src/cmd/ksh93/data/
H A Dsignals.c81 "DEBUG", VAL(TRAP(SH_DEBUGTRAP),0), "",
/ast/src/cmd/ksh93/sh/
H A Dfault.c347 for(sig=SH_DEBUGTRAP-1;sig>=0;sig--)
H A Dxec.c549 shp->st.trap[SH_DEBUGTRAP] = 0;
1248 if(trap=shp->st.trap[SH_DEBUGTRAP])
2324 if(trap=shp->st.trap[SH_DEBUGTRAP])
2489 if(trap=shp->st.trap[SH_DEBUGTRAP])
2527 if(trap=shp->st.trap[SH_DEBUGTRAP])
2847 if(trap=shp->st.trap[SH_DEBUGTRAP])
H A Dio.c1144 char *tname=0, *after="", *trace = shp->st.trap[SH_DEBUGTRAP];
H A Dname.c299 char *trap=shp->st.trap[SH_DEBUGTRAP];

Completed in 41 milliseconds