Home
last modified time | relevance | path

Searched refs:VKILL (Results 1 – 12 of 12) sorted by relevance

/external/openssh/
Dttymodes.h73 #if defined(VKILL)
74 TTYCHAR(VKILL, 4)
/external/libedit/src/
Dtty.h295 # ifdef VKILL
296 # if NUMCC <= VKILL
297 # undef VKILL
Dtty.c133 #ifdef VKILL
134 {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()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h46 #define VKILL 3 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h59 #define VKILL 3 /* Kill-line character [ICANON]. */ macro
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py46 VKILL = 3 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py46 VKILL = 3 variable
/external/toybox/toys/pending/
Dgetty.c167 TT.termios.c_cc[VKILL] = CTL('U'); in termios_init()
Dinit.c77 terminal.c_cc[VKILL] = 21; //ctrl-u in reset_term()
/external/python/cpython2/Modules/
Dtermios.c544 {"VKILL", VKILL},
/external/libcups/cups/
Dusersys.c787 else if (passch == noecho.c_cc[VKILL]) in _cupsGetPassword()
/external/mksh/src/
Dedit.c3316 edchars.kill = toedchar(tty_state.c_cc[VKILL]); in x_mode()