Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/cl/
Dcl_read.c72 if (F_ISSET(clp, CL_SIGHUP | CL_SIGTERM | CL_SIGWINCH)) { in cl_event()
73 if (F_ISSET(clp, CL_SIGHUP)) { in cl_event()
Dcl.h64 #define CL_SIGHUP 0x0040 /* SIGHUP arrived. */ macro
Dcl_main.c261 F_SET(clp, CL_SIGHUP); in h_hup()