Searched defs:sh_exit (Results 1 - 6 of 6) sorted by relevance

/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/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/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

Completed in 94 milliseconds