Searched refs:CL_SIGINT (Results 1 – 3 of 3) sorted by relevance
73 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()
78 #define CL_SIGINT 0x0080 /* SIGINT arrived. */ macro
279 F_SET(clp, CL_SIGINT); in h_int()