Searched refs:SH_SIGSET (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dfault.h59 #define SH_SIGSET 4 /* pending signal */ macro
H A Dshell.h248 #define SH_SIGSET 4 macro
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/common/sh/
H A Dfault.c143 shp->trapnote |= SH_SIGSET;
145 shp->sigflag[sig] |= SH_SIGSET;
174 flag = SH_SIGSET;
286 flag &= ~(SH_SIGSET|SH_SIGTRAP);
319 flag = sh.sigflag[sig]&~(SH_SIGTRAP|SH_SIGSET);
362 flag &= ~(SH_SIGTRAP|SH_SIGSET);
387 sh.trapnote &= ~SH_SIGSET;
H A Dmain.c91 if(shp->trapnote&SH_SIGSET)
H A Dio.c649 if (sh->trapnote&SH_SIGSET)
1616 if((sh.trapnote&(SH_SIGSET|SH_SIGTRAP)) && errno!=EIO && errno!=ENXIO)
1650 if(sh.trapnote&SH_SIGSET)
1675 sh.trapnote |= SH_SIGSET;
2214 if(sh.trapnote&SH_SIGSET)
H A Dxec.c2236 if(shp->trapnote&SH_SIGSET)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dsleep.c144 shp->trapnote &= ~SH_SIGSET;
H A Dprint.c291 if(shp->trapnote&SH_SIGSET)
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c313 if(sh.trapnote&SH_SIGSET)
H A Dedit.c791 * Do read, restart on interrupt unless SH_SIGSET or SH_SIGTRAP is set
819 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP))
900 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP))
H A Dhistory.c967 if(((Shell_t*)hp->histshell)->trapnote&SH_SIGSET)
H A Dvi.c270 if(sh.trapnote&SH_SIGSET)
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h259 #define SH_SIGSET 4 macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h259 #define SH_SIGSET 4 macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h259 #define SH_SIGSET 4 macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h259 #define SH_SIGSET 4 macro

Completed in 86 milliseconds