/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | fault.c | 53 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 D | io.c | 454 sh_exit(1); in outexcept() 652 sh_exit(SH_EXITSIG); in onintr() 1654 sh_exit(SH_EXITSIG); in slowexcept()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 55 sh_exit(SH_EXITSIG); in malloc_done() 146 sh_exit(SH_EXITSIG); in sh_fault() 193 sh_exit(SH_EXITSIG); in sh_fault() 218 sh_exit(SH_EXITSIG); in sh_fault() 411 sh_exit(shp->exitval); in sh_chktrap() 510 void sh_exit(register int xno) in sh_exit() function
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 189 extern void sh_exit(int); 232 # define exit(a) sh_exit(a)
|
H A D | defs.h | 429 #define sh_sigcheck() do{if(sh.trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 196 extern void sh_exit(int); 238 # define exit(a) sh_exit(a)
|
H A D | defs.h | 479 #define sh_sigcheck(shp) do{if(shp->trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 199 extern __MANGLE__ void sh_exit __PROTO__((int)); 243 # define exit(a) sh_exit(a)
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 199 extern __MANGLE__ void sh_exit __PROTO__((int)); 243 # define exit(a) sh_exit(a)
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 199 extern __MANGLE__ void sh_exit __PROTO__((int)); 243 # define exit(a) sh_exit(a)
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 199 extern __MANGLE__ void sh_exit __PROTO__((int)); 243 # define exit(a) sh_exit(a)
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | shcmd.h | 72 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | shcmd.h | 81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | shcmd.h | 81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | shcmd.h | 81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | shcmd.h | 81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | shcmd.h | 87 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | cflow.c | 71 sh_exit(shp->savexit=n); in b_return()
|
H A D | getopts.c | 114 sh_exit(2); in b_getopts()
|
H A D | read.c | 193 sh_exit(1); in timedout() 326 sh_exit(1); in sh_readline()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | cflow.c | 73 sh_exit(shp->savexit=n); in b_return()
|
H A D | getopts.c | 122 sh_exit(2); in b_getopts()
|
H A D | read.c | 193 sh_exit(1); in timedout() 350 sh_exit(1); in sh_readline()
|
/titanic_51/usr/src/lib/libshell/ |
H A D | mapfile-vers | 65 sh_exit;
|
/titanic_51/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 55 sh_exit;
|