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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.init.c241 #if defined(SIGNULL) || defined(DECOSF1)
242 # ifndef SIGNULL
243 # define SIGNULL 0 macro
244 # endif /* !SIGNULL */
245 if (mesg[SIGNULL].pname == NULL) {
246 mesg[SIGNULL].iname = "NULL";
247 mesg[SIGNULL].pname = CSAVS(2, 1, "Null signal");
249 #endif /* SIGNULL || DECOSF1 */

Completed in 54 milliseconds