Searched refs:VKILL (Results 1 – 11 of 11) sorted by relevance
23 termios->c_cc[VKILL] = v.c_cc[_VKILL]; in user_termio_to_kernel_termios()49 v.c_cc[_VKILL] = termios->c_cc[VKILL]; in kernel_termios_to_user_termio()
25 [VKILL] = 'U'-0x40, \
38 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL])
51 #define VKILL 3 macro
45 #define VKILL 3 macro
59 #define VKILL 5 macro
58 #define VKILL 3 /* Kill-line character [ICANON] */ macro
54 #define VKILL 3 macro
593 tmp.sg_kill = tty->termios.c_cc[VKILL]; in get_sgttyb()653 termios.c_cc[VKILL] = tmp.sg_kill; in set_sgttyb()
5775 host->c_cc[VKILL] = target->c_cc[TARGET_VKILL]; in target_to_host_termios()5810 target->c_cc[TARGET_VKILL] = host->c_cc[VKILL]; in host_to_target_termios()