Home
last modified time | relevance | path

Searched refs:trapmax (Results 1 – 24 of 24) sorted by relevance

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dtrap.c178 if (sig >= shp->st.trapmax) shp->st.trapmax = sig + 1; in b_trap()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dtrap.c152 if(sig >= shp->st.trapmax) in b_trap()
153 shp->st.trapmax = sig+1; in b_trap()
398 sig = shp->st.trapmax; in sig_list()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dtrap.c152 if(sig >= shp->st.trapmax) in b_trap()
153 shp->st.trapmax = sig+1; in b_trap()
398 sig = shp->st.trapmax; in sig_list()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dfault.c362 register int flag, sig=shp->st.trapmax; in sh_sigreset()
397 shp->st.trapmax = 0; in sh_sigreset()
427 register int sig=shp->st.trapmax; in sh_chktrap()
520 sig = shp->st.trapmax; in sh_chktrap()
789 sig = shp->st.trapmax; in sh_siglist()
H A Dsubshell.c576 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_subshell()
760 n = shp->st.trapmax-savst.trapmax; in sh_subshell()
763 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*)); in sh_subshell()
H A Dxec.c779 for(sig=shp->st.trapmax;--sig>0;) in sh_coexec()
2060 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_exec()
3660 register int sig=shp->st.trapmax; in sigreset()
4058 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_funscope_20120720()
H A Dinit.c1840 memset(shp->st.trapcom,0,(shp->st.trapmax+1)*sizeof(char*)); in sh_reinit_20120720()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dfault.c313 int flag, sig = shp->st.trapmax; in sh_sigreset()
339 if (mode) shp->st.trapmax = 0; in sh_sigreset()
365 int sig = shp->st.trapmax; in sh_chktrap()
441 sig = shp->st.trapmax; in sh_chktrap()
661 sig = shp->st.trapmax; in sh_siglist()
H A Dsubshell.c524 nsig = shp->st.trapmax; in sh_subshell()
679 n = shp->st.trapmax - savst.trapmax; in sh_subshell()
681 if (n > 0) memset(&shp->st.trapcom[savst.trapmax], 0, n * sizeof(char *)); in sh_subshell()
H A Dxec.c1686 nsig = shp->st.trapmax; in sh_exec()
1688 int trapcom_size = (shp->st.trapmax + 1) * sizeof(char *); in sh_exec()
2793 int sig = shp->st.trapmax; in sigreset()
3031 nsig = shp->st.trapmax; in sh_funscope()
H A Dinit.c1301 memset(shp->st.trapcom, 0, (shp->st.trapmax + 1) * sizeof(char *)); in sh_reinit()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dtrap.c175 if(sig >= shp->st.trapmax) in b_trap()
176 shp->st.trapmax = sig+1; in b_trap()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dfault.c325 register int flag, sig=sh.st.trapmax; in sh_sigreset()
359 sh.st.trapmax = 0; in sh_sigreset()
389 register int sig=shp->st.trapmax; in sh_chktrap()
H A Dsubshell.c574 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_subshell()
725 n = shp->st.trapmax-savst.trapmax; in sh_subshell()
728 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*)); in sh_subshell()
H A Dxec.c821 for(sig=shp->st.trapmax;--sig>0;) in sh_coexec()
1987 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_exec()
3379 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_funscope()
3733 register int sig=shp->st.trapmax; in sigreset()
H A Dinit.c1634 memset(shp->st.trapcom,0,(shp->st.trapmax+1)*sizeof(char*)); in sh_reinit()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dfault.c325 register int flag, sig=sh.st.trapmax; in sh_sigreset()
359 sh.st.trapmax = 0; in sh_sigreset()
389 register int sig=shp->st.trapmax; in sh_chktrap()
H A Dsubshell.c574 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_subshell()
725 n = shp->st.trapmax-savst.trapmax; in sh_subshell()
728 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*)); in sh_subshell()
H A Dxec.c821 for(sig=shp->st.trapmax;--sig>0;) in sh_coexec()
1987 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_exec()
3379 if((nsig=shp->st.trapmax*sizeof(char*))>0 || shp->st.trapcom[0]) in sh_funscope()
3733 register int sig=shp->st.trapmax; in sigreset()
H A Dinit.c1634 memset(shp->st.trapcom,0,(shp->st.trapmax+1)*sizeof(char*)); in sh_reinit()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h91 unsigned short trapmax; member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h91 unsigned short trapmax; member
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h80 unsigned short trapmax; member
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h91 unsigned short trapmax; member