Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtermios.h90 #define VINTR 8 /* ISIG */ macro
/xnu-8796.121.2/bsd/kern/
H A Dtty_compat.c283 cc[VINTR] = tc->t_intrc; in ttsetcompat()
445 tc->t_intrc = cc[VINTR]; in ttcompat()
H A Dtty.c560 if (CCEQ(cc[VINTR], c) || CCEQ(cc[VQUIT], c)) { in ttyinput()
575 CCEQ(cc[VINTR], c) ? SIGINT : SIGQUIT, 1); in ttyinput()