Searched refs:VKILL (Results 1 – 12 of 12) sorted by relevance
73 #if defined(VKILL)74 TTYCHAR(VKILL, 4)
295 # ifdef VKILL296 # if NUMCC <= VKILL297 # undef VKILL
133 #ifdef VKILL134 {C_KILL, VKILL,380 #if defined(VKILL)642 #ifdef VKILL in tty__getcharindex()644 return VKILL; in tty__getcharindex()747 #ifdef VKILL in tty__getchar()748 s[C_KILL] = td->c_cc[VKILL]; in tty__getchar()829 #ifdef VKILL in tty__setchar()830 td->c_cc[VKILL] = s[C_KILL]; in tty__setchar()
46 #define VKILL 3 macro
59 #define VKILL 3 /* Kill-line character [ICANON]. */ macro
46 VKILL = 3 variable
167 TT.termios.c_cc[VKILL] = CTL('U'); in termios_init()
77 terminal.c_cc[VKILL] = 21; //ctrl-u in reset_term()
544 {"VKILL", VKILL},
787 else if (passch == noecho.c_cc[VKILL]) in _cupsGetPassword()
3316 edchars.kill = toedchar(tty_state.c_cc[VKILL]); in x_mode()