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

/macosx-10.9.5/tcsh-65/tcsh/config/
H A Dos390108 #define MAXSIG 38
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXsignal.c36 #ifndef MAXSIG
38 # define MAXSIG NSIG macro
40 # define MAXSIG 32 macro
59 * more than MAXSIG entries in this table if the system defines multiple
228 static unsigned signalsReceived[MAXSIG];
234 static char *signalTrapCmds[MAXSIG];
255 unsigned char signals [MAXSIG]));
295 unsigned char signals [MAXSIG]));
299 unsigned char signals [MAXSIG],
316 unsigned char signals [MAXSIG]));
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.sig.h98 #if !defined(MAXSIG) && defined(NSIG)
99 # define MAXSIG NSIG macro
100 #endif /* !MAXSIG && NSIG */
H A Dsh.proc.c1420 if (*ep || signum < 0 || signum > (MAXSIG-1))
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntport.h182 #define MAXSIG NSIG macro

Completed in 116 milliseconds