Searched refs:VKILL (Results 1 – 21 of 21) sorted by relevance
118 k_termios->c_cc[VKILL] = k_termio.c_cc[_VKILL]; \147 k_termio.c_cc[_VKILL] = k_termios->c_cc[VKILL]; \
34 #define VKILL 5 macro
24 #define VKILL 3 macro
33 #define VKILL 3 macro
39 #define VKILL 3 macro
32 #define VKILL 3 macro
22 #define VKILL 3 macro
41 #define VKILL 3 /* Kill-line character [ICANON]. */ macro
35 #define VKILL 3 macro
30 #define VKILL 3 macro
43 #define VKILL 3 /* Kill-line character [ICANON]. */ macro
38 #define VKILL 3 macro
40 #define VKILL 3 macro
250 tmp.sg_kill = tty->termios->c_cc[VKILL]; in get_sgttyb()297 termios.c_cc[VKILL] = tmp.sg_kill; in set_sgttyb()
168 #define KILL_CHAR(tty) ((tty)->termios->c_cc[VKILL])