Home
last modified time | relevance | path

Searched refs:sh_exit (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c55 sh_exit(SH_EXITSIG); in malloc_done()
146 sh_exit(SH_EXITSIG); in sh_fault()
193 sh_exit(SH_EXITSIG); in sh_fault()
218 sh_exit(SH_EXITSIG); in sh_fault()
411 sh_exit(shp->exitval); in sh_chktrap()
510 void sh_exit(register int xno) in sh_exit() function
H A Dio.c503 sh_exit(1); in outexcept()
728 sh_exit(SH_EXITSIG); in onintr()
1932 sh_exit(SH_EXITSIG); in slowexcept()
H A Dargs.c232 sh_exit(0); in sh_argopts()
H A Dinit.c1307 error_info.exit = sh_exit; in sh_init()
1563 shp->bltindata.shexit = sh_exit; in sh_init()
H A Dxec.c2963 sh_exit(SH_EXITSIG|shp->lastsig); in sh_exec()
3193 sh_exit(SH_EXITSIG|SIGTERM); in _sh_fork()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h196 extern void sh_exit(int);
238 # define exit(a) sh_exit(a)
H A Ddefs.h479 #define sh_sigcheck(shp) do{if(shp->trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h87 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c73 sh_exit(shp->savexit=n); in b_return()
H A Dgetopts.c122 sh_exit(2); in b_getopts()
H A Dread.c193 sh_exit(1); in timedout()
350 sh_exit(1); in sh_readline()
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers55 sh_exit;