Searched refs:sh_exit (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dshell.h192 extern void sh_exit(int);
235 # define exit(a) sh_exit(a)
H A Ddefs.h467 #define sh_sigcheck(shp) do{if(shp->trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dcflow.c71 sh_exit(shp->savexit=n);
H A Dgetopts.c118 sh_exit(2);
H A Dread.c193 sh_exit(1);
333 sh_exit(1);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dshcmd.h80 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dfault.c55 sh_exit(SH_EXITSIG);
146 sh_exit(SH_EXITSIG);
193 sh_exit(SH_EXITSIG);
218 sh_exit(SH_EXITSIG);
411 sh_exit(shp->exitval);
510 void sh_exit(register int xno) function
H A Dio.c494 sh_exit(1);
710 sh_exit(SH_EXITSIG);
1814 sh_exit(SH_EXITSIG);
H A Dargs.c229 sh_exit(0);
H A Dinit.c1222 error_info.exit = sh_exit;
1473 shp->bltindata.shexit = sh_exit;
H A Dxec.c2749 sh_exit(SH_EXITSIG|shp->lastsig);
2966 sh_exit(SH_EXITSIG|SIGTERM);
/macosx-10.9.5/bash-92/bash-3.2/
H A Derror.c223 sh_exit (2);
H A Dexterns.h71 extern void sh_exit __P((int)) __attribute__((__noreturn__));
H A Dshell.c927 sh_exit (s);
933 sh_exit (s) function

Completed in 220 milliseconds