Searched refs:CL_SIGHUP (Results 1 – 3 of 3) sorted by relevance
72 if (F_ISSET(clp, CL_SIGHUP | CL_SIGTERM | CL_SIGWINCH)) { in cl_event()73 if (F_ISSET(clp, CL_SIGHUP)) { in cl_event()
64 #define CL_SIGHUP 0x0040 /* SIGHUP arrived. */ macro
261 F_SET(clp, CL_SIGHUP); in h_hup()