Searched refs:SH_EXITSIG (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dfault.c55 sh_exit(SH_EXITSIG);
106 shp->exitval = SH_EXITSIG|sig;
146 sh_exit(SH_EXITSIG);
193 sh_exit(SH_EXITSIG);
218 sh_exit(SH_EXITSIG);
517 if(xno==SH_EXITSIG)
546 shp->exitval = (SH_EXITSIG|SIGTSTP);
611 savxit = SH_EXITSIG|sig;
646 if(savxit&SH_EXITSIG)
H A Djobs.c103 #define SH_STOPSIG (SH_EXITSIG<<1)
218 shp->savexit |= SH_EXITSIG;
538 jp->exitval |= SH_EXITSIG;
1403 else if(pw->p_exit >= SH_EXITSIG)
1606 shp->exitval |= SH_EXITSIG;
1821 jp->exitval |= SH_EXITSIG;
H A Dxec.c1397 sh.exitval = SH_EXITSIG|shp->lastsig;
1741 if(shp->exitval == (SH_EXITSIG|SIGINT))
1855 sh_done(shp,(shp->exitval&SH_EXITSIG)?(shp->exitval&SH_EXITMASK):0);
1943 if(!(type&SH_EXITSIG))
2946 sh_exit(SH_EXITSIG|shp->lastsig);
3176 sh_exit(SH_EXITSIG|SIGTERM);
3461 if(r>SH_EXITSIG && ((r&SH_EXITMASK)==SIGINT || ((r&SH_EXITMASK)==SIGQUIT)))
H A Dsubshell.c814 if(shp->exitval > SH_EXITSIG)
H A Dio.c721 sh_exit(SH_EXITSIG);
1895 sh_exit(SH_EXITSIG);
/ast/src/cmd/ksh93/include/
H A Dshell.h255 #define SH_EXITSIG 0400 /* signal exit bit */ macro
256 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
H A Ddefs.h474 #define sh_sigcheck(shp) do{if(shp->trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)

Completed in 38 milliseconds