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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h192 extern void sh_exit(int);
235 # define exit(a) sh_exit(a)
H A Ddefs.h469 #define sh_sigcheck(shp) do{if(shp->trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
/osnet-11/usr/src/lib/libshell/common/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);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h89 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dshcmd.h80 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h89 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h89 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h89 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/osnet-11/usr/src/lib/libshell/common/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.c497 sh_exit(1);
720 sh_exit(SH_EXITSIG);
1865 sh_exit(SH_EXITSIG);
H A Dargs.c232 sh_exit(0);
H A Dinit.c1222 error_info.exit = sh_exit;
1477 shp->bltindata.shexit = sh_exit;
H A Dxec.c2760 sh_exit(SH_EXITSIG|shp->lastsig);
2977 sh_exit(SH_EXITSIG|SIGTERM);
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h202 extern __MANGLE__ void sh_exit __PROTO__((int));
246 # define exit(a) sh_exit(a)
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h202 extern __MANGLE__ void sh_exit __PROTO__((int));
246 # define exit(a) sh_exit(a)
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h202 extern __MANGLE__ void sh_exit __PROTO__((int));
246 # define exit(a) sh_exit(a)
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h202 extern __MANGLE__ void sh_exit __PROTO__((int));
246 # define exit(a) sh_exit(a)

Completed in 79 milliseconds