Searched refs:VINTR (Results 1 – 3 of 3) sorted by relevance
90 #define VINTR 8 /* ISIG */ macro
283 cc[VINTR] = tc->t_intrc; in ttsetcompat()445 tc->t_intrc = cc[VINTR]; in ttcompat()
559 if (CCEQ(cc[VINTR], c) || CCEQ(cc[VQUIT], c)) { in ttyinput()574 CCEQ(cc[VINTR], c) ? SIGINT : SIGQUIT, 1); in ttyinput()