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

/ast/src/lib/libast/include/
H A Dshcmd.h87 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/ast/src/cmd/ksh93/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 61 milliseconds