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

/illumos-gate/usr/src/lib/libast/common/include/
H A Dshcmd.h72 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h189 extern void sh_exit(int);
232 # define exit(a) sh_exit(a)
H A Ddefs.h429 #define sh_sigcheck() do{if(sh.trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcflow.c71 sh_exit(shp->savexit=n);
H A Dgetopts.c114 sh_exit(2);
H A Dread.c193 sh_exit(1);
326 sh_exit(1);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c53 sh_exit(SH_EXITSIG);
140 sh_exit(SH_EXITSIG);
182 sh_exit(SH_EXITSIG);
207 sh_exit(SH_EXITSIG);
400 sh_exit(sh.exitval);
499 void sh_exit(register int xno) function
H A Dio.c454 sh_exit(1);
652 sh_exit(SH_EXITSIG);
1654 sh_exit(SH_EXITSIG);
H A Dinit.c1048 error_info.exit = sh_exit;
1307 shp->bltindata.shexit = sh_exit;
H A Dargs.c229 sh_exit(0);
H A Dxec.c2237 sh_exit(SH_EXITSIG|shp->lastsig);
2449 sh_exit(SH_EXITSIG|SIGTERM);
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h199 extern __MANGLE__ void sh_exit __PROTO__((int));
243 # define exit(a) sh_exit(a)
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h199 extern __MANGLE__ void sh_exit __PROTO__((int));
243 # define exit(a) sh_exit(a)
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h199 extern __MANGLE__ void sh_exit __PROTO__((int));
243 # define exit(a) sh_exit(a)
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h199 extern __MANGLE__ void sh_exit __PROTO__((int));
243 # define exit(a) sh_exit(a)

Completed in 141 milliseconds