Searched refs:sh_exit (Results 1 – 20 of 20) sorted by relevance
53 sh_exit(SH_EXITSIG); in malloc_done()140 sh_exit(SH_EXITSIG); in sh_fault()182 sh_exit(SH_EXITSIG); in sh_fault()207 sh_exit(SH_EXITSIG); in sh_fault()400 sh_exit(sh.exitval); in sh_chktrap()499 void sh_exit(register int xno) in sh_exit() function
454 sh_exit(1); in outexcept()652 sh_exit(SH_EXITSIG); in onintr()1654 sh_exit(SH_EXITSIG); in slowexcept()
229 sh_exit(0); in sh_argopts()
1048 error_info.exit = sh_exit; in sh_init()1307 shp->bltindata.shexit = sh_exit; in sh_init()
2237 sh_exit(SH_EXITSIG|shp->lastsig); in sh_exec()2449 sh_exit(SH_EXITSIG|SIGTERM); in _sh_fork()
189 extern void sh_exit(int);232 # define exit(a) sh_exit(a)
429 #define sh_sigcheck() do{if(sh.trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
199 extern __MANGLE__ void sh_exit __PROTO__((int));243 # define exit(a) sh_exit(a)
72 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
71 sh_exit(shp->savexit=n); in b_return()
114 sh_exit(2); in b_getopts()
193 sh_exit(1); in timedout()326 sh_exit(1); in sh_readline()
65 sh_exit;