Searched refs:trapmax (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dtrap.c152 if(sig >= shp->st.trapmax)
153 shp->st.trapmax = sig+1;
398 sig = shp->st.trapmax;
/ast/src/cmd/ksh93/sh/
H A Dfault.c325 register int flag, sig=sh.st.trapmax;
359 sh.st.trapmax = 0;
389 register int sig=shp->st.trapmax;
H A Dsubshell.c574 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0])
725 n = shp->st.trapmax-savst.trapmax;
728 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*));
H A Dxec.c821 for(sig=shp->st.trapmax;--sig>0;)
1987 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0])
3379 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0])
3733 register int sig=shp->st.trapmax;
H A Dinit.c1634 memset(shp->st.trapcom,0,(shp->st.trapmax+1)*sizeof(char*));
/ast/src/cmd/ksh93/include/
H A Ddefs.h91 unsigned short trapmax; member in struct:sh_scoped

Completed in 32 milliseconds