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