Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h91 #define VQUIT 9 /* ISIG */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c284 cc[VQUIT] = tc->t_quitc; in ttsetcompat()
446 tc->t_quitc = cc[VQUIT]; in ttcompat()
H A Dtty.c559 if (CCEQ(cc[VINTR], c) || CCEQ(cc[VQUIT], c)) { in ttyinput()