Searched refs:VQUIT (Results 1 – 9 of 9) sorted by relevance
21 termios->c_cc[VQUIT] = v.c_cc[_VQUIT]; in user_termio_to_kernel_termios()47 v.c_cc[_VQUIT] = termios->c_cc[VQUIT]; in kernel_termios_to_user_termio()
23 [VQUIT] = '\\'-0x40, \
35 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT])
49 #define VQUIT 1 macro
43 #define VQUIT 1 macro
63 #define VQUIT 9 macro
56 #define VQUIT 1 /* Quit character [ISIG] */ macro
663 tmp.t_quitc = tty->termios.c_cc[VQUIT]; in get_tchars()680 tty->termios.c_cc[VQUIT] = tmp.t_quitc; in set_tchars()