Searched refs:CL_SIGINT (Results 1 – 3 of 3) sorted by relevance
61 retest: if (LF_ISSET(EC_INTERRUPT) || F_ISSET(clp, CL_SIGINT)) { in cl_event()62 if (F_ISSET(clp, CL_SIGINT)) { in cl_event()63 F_CLR(clp, CL_SIGINT); in cl_event()
62 #define CL_SIGINT 0x0080 /* SIGINT arrived. */ macro
253 F_SET(clp, CL_SIGINT); in h_int()