Searched refs:SH_SIGDONE (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/data/ |
H A D | signals.c | 43 "ABRT", VAL(SIGABRT,SH_SIGDONE), S("Abort"), 49 "ALRM", VAL(SIGALRM,SH_SIGDONE), S("Alarm call"), 52 "ALRM1", VAL(SIGALRM1,SH_SIGDONE), S("Scheduling - reserved"), 58 "BUS", VAL(SIGBUS,SH_SIGDONE), S("Bus error"), 89 "EMT", VAL(SIGEMT,SH_SIGDONE), S("EMT trap"), 96 "FPE", VAL(SIGFPE,SH_SIGDONE), S("Floating exception"), 103 "HUP", VAL(SIGHUP,SH_SIGDONE), S("Hangup"), 104 "ILL", VAL(SIGILL,SH_SIGDONE), S("Illegal instruction"), 111 "IO", VAL(SIGIO,SH_SIGDONE), S("IO signal"), 114 "IOT", VAL(SIGIOT,SH_SIGDONE), [all...] |
/ast/src/cmd/ksh93/include/ |
H A D | fault.h | 61 #define SH_SIGDONE 020 /* default is exit */ macro
|
/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 126 if(flag&SH_SIGDONE) 312 if((flag&(SH_SIGDONE|SH_SIGIGNORE|SH_SIGINTERACTIVE)) && !(flag&(SH_SIGFAULT|SH_SIGOFF)))
|
Completed in 13 milliseconds