Home
last modified time | relevance | path

Searched refs:CL_SIGWINCH (Results 1 – 4 of 4) 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()
78 if (F_ISSET(clp, CL_SIGWINCH)) { in cl_event()
79 F_CLR(clp, CL_SIGWINCH); in cl_event()
H A Dcl.h64 #define CL_SIGWINCH 0x0200 /* SIGWINCH arrived. */ macro
H A Dcl_main.c270 F_SET(clp, CL_SIGWINCH); in h_winch()
H A Dcl_funcs.c815 F_SET(CLP(sp), CL_SIGWINCH); in cl_suspend()