Home
last modified time | relevance | path

Searched refs:CL_SIGHUP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/cl/
H A Dcl_read.c69 if (F_ISSET(clp, CL_SIGHUP | CL_SIGTERM | CL_SIGWINCH)) { in cl_event()
70 if (F_ISSET(clp, CL_SIGHUP)) { in cl_event()
H A Dcl.h61 #define CL_SIGHUP 0x0040 /* SIGHUP arrived. */ macro
H A Dcl_main.c244 F_SET(clp, CL_SIGHUP); in h_hup()