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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c53 sh_exit(SH_EXITSIG);
103 shp->exitval = SH_EXITSIG|sig;
140 sh_exit(SH_EXITSIG);
182 sh_exit(SH_EXITSIG);
207 sh_exit(SH_EXITSIG);
423 sh.oldexit = SH_EXITSIG|sig;
506 if(xno==SH_EXITSIG)
531 shp->exitval = (SH_EXITSIG|SIGTSTP);
595 savxit = SH_EXITSIG|sig;
630 if(savxit&SH_EXITSIG)
[all...]
H A Djobs.c87 #define SH_STOPSIG (SH_EXITSIG<<1)
202 shp->savexit |= SH_EXITSIG;
404 jp->exitval |= SH_EXITSIG;
1221 else if(pw->p_exit >= SH_EXITSIG)
1419 sh.exitval |= SH_EXITSIG;
1626 jp->exitval |= SH_EXITSIG;
H A Dsubshell.c646 if(shp->exitval > SH_EXITSIG)
742 if(shp->exitval > SH_EXITSIG)
H A Dxec.c1272 if(shp->exitval == (SH_EXITSIG|SIGINT))
1349 sh_done(shp,(shp->exitval&SH_EXITSIG)?(shp->exitval&SH_EXITMASK):0);
1426 if(!(type&SH_EXITSIG))
2237 sh_exit(SH_EXITSIG|shp->lastsig);
2449 sh_exit(SH_EXITSIG|SIGTERM);
2683 if(shp->exitval > SH_EXITSIG)
H A Dio.c652 sh_exit(SH_EXITSIG);
1654 sh_exit(SH_EXITSIG);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h249 #define SH_EXITSIG 0400 /* signal exit bit */ macro
250 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
H A Ddefs.h429 #define sh_sigcheck() do{if(sh.trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h260 #define SH_EXITSIG 0400 /* signal exit bit */ macro
261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h260 #define SH_EXITSIG 0400 /* signal exit bit */ macro
261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h260 #define SH_EXITSIG 0400 /* signal exit bit */ macro
261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h260 #define SH_EXITSIG 0400 /* signal exit bit */ macro
261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmisc.c314 if(shp->exitval > SH_EXITSIG)

Completed in 100 milliseconds