Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:NSIG

30 /* Some systems do not define NSIG in <signal.h>.  */
31 #ifndef NSIG
33 #define NSIG _NSIG
35 #define NSIG 32
44 static const char *sys_siglist[NSIG];
48 #define SIG_TABLE_SIZE (NSIG*2)
66 /* If this value is ever greater than NSIG it seems like it'd be a bug in
70 if (number >= 0 && number < NSIG)
88 for (i = 0; i < NSIG; i++)
248 if (signal > 0 || signal < NSIG)