Searched refs:SH_SIGIGNORE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | signals.c | 46 "AIO", VAL(SIGAIO,SH_SIGIGNORE), S("Asynchronous I/O"), 61 "CANCEL", VAL(SIGCANCEL,SH_SIGIGNORE), S("Thread cancellation"), 76 "CONT", VAL(SIGCONT,SH_SIGIGNORE), S("Stopped process continued"), 98 "FREEZE", VAL(SIGFREEZE,SH_SIGIGNORE), S("Special signal used by CPR"), 106 "INFO", VAL(SIGINFO,SH_SIGIGNORE), S("Information request"), 120 "JVM1", VAL(SIGJVM1,SH_SIGIGNORE), S("Special signal used by Java Virtual Machine"), 123 "JVM2", VAL(SIGJVM2,SH_SIGIGNORE), S("Special signal used by Java Virtual Machine"), 136 "LWP", VAL(SIGLWP,SH_SIGIGNORE), S("Special signal used by thread library"), 165 "PWR", VAL(SIGPWR,SH_SIGIGNORE), S("Power fail"), 198 "THAW", VAL(SIGTHAW,SH_SIGIGNORE), S("Special signal used by CPR"), [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 91 if(!(shp->sigflag[sig]&SH_SIGIGNORE)) in sh_fault() 117 if(sig==SIGINT && (shp->trapnote&SH_SIGIGNORE)) in sh_fault() 119 if(flag&SH_SIGIGNORE) in sh_fault() 171 if(pp->mode==SH_JMPCMD || (pp->mode==1 && shp->bltinfun) && !(flag&SH_SIGIGNORE)) in sh_fault() 312 if((flag&(SH_SIGDONE|SH_SIGIGNORE|SH_SIGINTERACTIVE)) && !(flag&(SH_SIGFAULT|SH_SIGOFF))) in sh_sigdone() 391 if(!(shp->trapnote&~SH_SIGIGNORE)) in sh_chktrap()
|
H A D | xec.c | 1739 shp->trapnote |= SH_SIGIGNORE; in sh_exec() 1751 shp->trapnote &= ~SH_SIGIGNORE; in sh_exec()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | fault.h | 62 #define SH_SIGIGNORE 040 /* default is ingore signal */ macro
|