Home
last modified time | relevance | path

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

12

/titanic_51/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()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c55 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 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_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h196 extern void sh_exit(int);
238 # define exit(a) sh_exit(a)
H A Ddefs.h479 #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 Dshell.h199 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 Dshell.h199 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 Dshell.h199 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 Dshell.h199 extern __MANGLE__ void sh_exit __PROTO__((int));
243 # define exit(a) sh_exit(a)
/titanic_51/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_51/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_51/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_51/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_51/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_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h87 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/titanic_51/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_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c73 sh_exit(shp->savexit=n); in b_return()
H A Dgetopts.c122 sh_exit(2); in b_getopts()
H A Dread.c193 sh_exit(1); in timedout()
350 sh_exit(1); in sh_readline()
/titanic_51/usr/src/lib/libshell/
H A Dmapfile-vers65 sh_exit;
/titanic_51/usr/src/cmd/ast/libshell/
H A Dmapfile-vers55 sh_exit;

12