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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.init.c216 /* We define NUMSIG to avoid changing NSIG or MAXSIG */
218 # define NUMSIG 65 macro
220 # define NUMSIG 33 macro
223 int nsig = NUMSIG - 1; /* This should be the number of real signals */
225 struct mesg mesg[NUMSIG]; /* Arrays start at [0] so we initialize from */
235 for (i = 0; i < NUMSIG; i++) {
749 if (SIGRTMIN > 0 && SIGRTMIN < NUMSIG) {
755 if (SIGRTMIN + 1 < SIGRTMAX && SIGRTMIN + 1 < NUMSIG &&
761 if (SIGRTMIN + 2 < SIGRTMAX && SIGRTMIN + 2 < NUMSIG &&
767 if (SIGRTMIN + 3 < SIGRTMAX && SIGRTMIN + 3 < NUMSIG
[all...]

Completed in 47 milliseconds