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

/ast/src/cmd/ksh93/include/
H A Dfault.h59 #define SH_SIGSET 4 /* pending signal */ macro
H A Dshell.h254 #define SH_SIGSET 4 macro
H A Ddefs.h474 #define sh_sigcheck(shp) do{if(shp->trapnote&SH_SIGSET)sh_exit(SH_EXITSIG);} while(0)
/ast/src/cmd/ksh93/sh/
H A Dfault.c154 shp->trapnote |= SH_SIGSET;
156 shp->sigflag[sig] |= SH_SIGSET;
185 flag = SH_SIGSET;
297 flag &= ~(SH_SIGSET|SH_SIGTRAP);
330 flag = sh.sigflag[sig]&~(SH_SIGTRAP|SH_SIGSET);
373 flag &= ~(SH_SIGTRAP|SH_SIGSET);
398 shp->trapnote &= ~SH_SIGSET;
H A Dio.c718 if (sh->trapnote&SH_SIGSET)
1855 if((shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) && errno!=EIO && errno!=ENXIO)
1891 if(shp->trapnote&SH_SIGSET)
1916 shp->trapnote |= SH_SIGSET;
2474 if(shp->trapnote&SH_SIGSET)
H A Dxec.c2945 if(shp->trapnote&SH_SIGSET)
/ast/src/cmd/ksh93/bltins/
H A Dsleep.c154 shp->trapnote &= ~SH_SIGSET;
H A Dprint.c325 if(shp->trapnote&SH_SIGSET)
/ast/src/cmd/ksh93/edit/
H A Dedit.c802 * Do read, restart on interrupt unless SH_SIGSET or SH_SIGTRAP is set
830 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP))
913 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP))
H A Dhistory.c999 if(((Shell_t*)hp->histshell)->trapnote&SH_SIGSET)
H A Dvi.c265 if(ed->sh->trapnote&SH_SIGSET)

Completed in 49 milliseconds