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

/freebsd-current/contrib/tcsh/
H A Dsh.init.c237 #if defined(SIGNULL) || defined(DECOSF1)
238 # ifndef SIGNULL
239 # define SIGNULL 0 macro
240 # endif /* !SIGNULL */
241 if (mesg[SIGNULL].pname == NULL) {
242 mesg[SIGNULL].iname = "NULL";
243 mesg[SIGNULL].pname = CSAVS(2, 1, "Null signal");
245 #endif /* SIGNULL || DECOSF1 */

Completed in 48 milliseconds