Home
last modified time | relevance | path

Searched refs:CL_SIGWINCH (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/nvi/dist/cl/
Dcl_read.c81 if (F_ISSET(clp, CL_SIGHUP | CL_SIGTERM | CL_SIGWINCH)) { in cl_event()
90 if (F_ISSET(clp, CL_SIGWINCH)) { in cl_event()
91 F_CLR(clp, CL_SIGWINCH); in cl_event()
Dcl.h80 #define CL_SIGWINCH 0x0200 /* SIGWINCH arrived. */ macro
Dcl_main.c314 F_SET(clp, CL_SIGWINCH); in h_winch()
Dcl_funcs.c897 F_SET(CLP(sp), CL_SIGWINCH); in cl_suspend()