Quizzer
view release on metacpan or search on metacpan
exercises/compile-tcsh/tcsh-6.10.00/sh.init.c view on Meta::CPAN
#endif /* SIGSAK */
#ifdef SIGRESCHED
/* CX/UX */
if (mesg[SIGRESCHED].pname == NULL) {
mesg[SIGRESCHED].iname = "RESCHED";
mesg[SIGRESCHED].pname = CSAVS(2, 85, "Reschedule");
}
#endif /* SIGRESCHED */
#ifdef SIGDEBUG
/* VMS_POSIX */
if (mesg[SIGDEBUG].pname == NULL) {
mesg[SIGDEBUG].iname = "DEBUG";
mesg[SIGDEBUG].pname = CSAVS(2, 86, "Signaling SS$_DEBUG");
}
#endif /* SIGDEBUG */
#ifdef SIGPRIO
/* Lynx */
if (mesg[SIGPRIO].pname == NULL) {
mesg[SIGPRIO].iname = "PRIO";
mesg[SIGPRIO].pname = CSAVS(2, 87, "Priority changed");
}
#endif /* SIGPRIO */
#ifdef SIGDLK
/* cray */
if (mesg[SIGDLK].pname == NULL) {
mesg[SIGDLK].iname = "DLK";
mesg[SIGDLK].pname = CSAVS(2, 88, "True deadlock detected");
}
#endif /* SIGDLK */
#ifdef SIGTINT
/* masscomp */
if (mesg[SIGTINT].pname == NULL) {
mesg[SIGTINT].iname = "TINT";
mesg[SIGTINT].pname = CSAVS(2, 89, "New input character");
}
#endif /* SIGTINT */
#ifdef SIGSTKFLT
if (mesg[SIGSTKFLT].pname == NULL) {
mesg[SIGSTKFLT].iname = "STKFLT";
mesg[SIGSTKFLT].pname = CSAVS(2, 90, "Stack limit exceeded");
}
#endif /* SIGSTKFLT */
#ifdef SIGUNUSED
if (mesg[SIGUNUSED].pname == NULL) {
mesg[SIGUNUSED].iname = "UNUSED";
mesg[SIGUNUSED].pname = CSAVS(2, 91, "Unused signal");
}
#endif /* SIGUNUSED */
#ifdef SIGOVLY
/* SX-4 */
if (mesg[SIGOVLY].pname == NULL) {
mesg[SIGOVLY].iname = "OVLY";
mesg[SIGOVLY].pname = CSAVS(2, 92, "LM overlay");
}
#endif /* SIGOVLY */
#ifdef SIGFRZ
/* SX-4 */
if (mesg[SIGFRZ].pname == NULL) {
mesg[SIGFRZ].iname = "FRZ";
mesg[SIGFRZ].pname = CSAVS(2, 93, "system freeze");
}
#endif /* SIGFRZ */
#ifdef SIGDFRZ
/* SX-4 */
if (mesg[SIGDFRZ].pname == NULL) {
mesg[SIGDFRZ].iname = "DFRZ";
mesg[SIGDFRZ].pname = CSAVS(2, 94, "system defreeze");
}
#endif /* SIGDFRZ */
#ifdef SIGDEAD
/* SX-4 */
if (mesg[SIGDEAD].pname == NULL) {
mesg[SIGDEAD].iname = "DEAD";
mesg[SIGDEAD].pname = CSAVS(2, 95, "dead lock");
}
#endif /* SIGDEAD */
#ifdef SIGXMEM
/* SX-4 */
if (mesg[SIGXMEM].pname == NULL) {
mesg[SIGXMEM].iname = "XMEM";
mesg[SIGXMEM].pname = CSAVS(2, 96, "exceeded memory size limit");
}
#endif /* SIGXMEM */
#ifdef SIGXDSZ
/* SX-4 */
if (mesg[SIGXDSZ].pname == NULL) {
mesg[SIGXDSZ].iname = "XDSZ";
mesg[SIGXDSZ].pname = CSAVS(2, 97, "exceeded data size limit");
}
#endif /* SIGXDSZ */
#ifdef SIGMEM32
/* SX-4 */
if (mesg[SIGMEM32].pname == NULL) {
mesg[SIGMEM32].iname = "MEM32";
mesg[SIGMEM32].pname = CSAVS(2, 98, "exceeded memory size limit of 32KB");
}
#endif /* SIGMEM32 */
#ifdef SIGNMEM
/* SX-4 */
if (mesg[SIGNMEM].pname == NULL) {
mesg[SIGNMEM].iname = "NMEM";
mesg[SIGNMEM].pname = CSAVS(2, 99, "exce error for no memory");
}
#endif /* SIGNMEM */
#ifdef SIGCHKP
( run in 0.902 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )