Home
last modified time | relevance | path

Searched refs:sh_exit (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dfault.c53 sh_exit(SH_EXITSIG); in malloc_done()
140 sh_exit(SH_EXITSIG); in sh_fault()
182 sh_exit(SH_EXITSIG); in sh_fault()
207 sh_exit(SH_EXITSIG); in sh_fault()
400 sh_exit(sh.exitval); in sh_chktrap()
499 void sh_exit(register int xno) in sh_exit() function
H A Dio.c454 sh_exit(1); in outexcept()
652 sh_exit(SH_EXITSIG); in onintr()
1654 sh_exit(SH_EXITSIG); in slowexcept()
H A Dargs.c229 sh_exit(0); in sh_argopts()
H A Dinit.c1048 error_info.exit = sh_exit; in sh_init()
1307 shp->bltindata.shexit = sh_exit; in sh_init()
H A Dxec.c2237 sh_exit(SH_EXITSIG|shp->lastsig); in sh_exec()
2449 sh_exit(SH_EXITSIG|SIGTERM); in _sh_fork()
/titanic_41/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)
/titanic_41/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)
/titanic_41/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)
/titanic_41/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)
/titanic_41/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)
/titanic_41/usr/src/lib/libast/common/include/
H A Dshcmd.h72 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/titanic_41/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
/titanic_41/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
/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dcflow.c71 sh_exit(shp->savexit=n); in b_return()
H A Dgetopts.c114 sh_exit(2); in b_getopts()
H A Dread.c193 sh_exit(1); in timedout()
326 sh_exit(1); in sh_readline()
/titanic_41/usr/src/lib/libshell/
H A Dmapfile-vers65 sh_exit;