Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/cl/
Dcl_read.c73 retest: if (LF_ISSET(EC_INTERRUPT) || F_ISSET(clp, CL_SIGINT)) { in cl_event()
74 if (F_ISSET(clp, CL_SIGINT)) { in cl_event()
75 F_CLR(clp, CL_SIGINT); in cl_event()
Dcl.h78 #define CL_SIGINT 0x0080 /* SIGINT arrived. */ macro
Dcl_main.c279 F_SET(clp, CL_SIGINT); in h_int()