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

/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

Completed in 76 milliseconds