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

/ast/src/cmd/ksh93/include/
H A Dshell.h196 extern void sh_exit(int);
238 # define exit(a) sh_exit(a)
H A Ddefs.h474 #define sh_sigcheck(shp) do{if(shp->trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
/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
H A Dio.c503 sh_exit(1);
721 sh_exit(SH_EXITSIG);
1895 sh_exit(SH_EXITSIG);
H A Dargs.c229 sh_exit(0);
H A Dinit.c1304 error_info.exit = sh_exit;
1556 shp->bltindata.shexit = sh_exit;
H A Dxec.c2946 sh_exit(SH_EXITSIG|shp->lastsig);
3176 sh_exit(SH_EXITSIG|SIGTERM);
/ast/src/cmd/ksh93/bltins/
H A Dcflow.c73 sh_exit(shp->savexit=n);
H A Dgetopts.c122 sh_exit(2);
H A Dread.c193 sh_exit(1);
350 sh_exit(1);

Completed in 51 milliseconds