Home
last modified time | relevance | path

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

12

/external/openssh/
Dttymodes.h73 #if defined(VKILL)
74 TTYCHAR(VKILL, 4)
/external/toybox/toys/pending/
Dstty.c78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL },
296 t->c_cc[VKILL] = 0x15; in make_sane()
383 new.c_cc[VKILL] = 0x15; in do_stty()
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/kernel-headers/original/uapi/asm-generic/
Dtermbits.h47 #define VKILL 3 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h60 #define VKILL 3 /* Kill-line character [ICANON]. */ macro
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py46 VKILL = 3 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py46 VKILL = 3 variable
/external/python/cpython2/Modules/
Dtermios.c547 {"VKILL", VKILL},
/external/python/cpython3/Modules/
Dtermios.c575 {"VKILL", VKILL},
/external/libcups/cups/
Dusersys.c787 else if (passch == noecho.c_cc[VKILL]) in _cupsGetPassword()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1115 VKILL = 0x3 const
Dzerrors_dragonfly_amd64.go1273 VKILL = 0x5 const
Dzerrors_openbsd_arm.go1313 VKILL = 0x5 const
Dzerrors_openbsd_amd64.go1396 VKILL = 0x5 const
Dzerrors_openbsd_386.go1310 VKILL = 0x5 const
Dzerrors_darwin_386.go1449 VKILL = 0x5 const
Dzerrors_darwin_arm64.go1449 VKILL = 0x5 const
Dzerrors_darwin_amd64.go1449 VKILL = 0x5 const
Dzerrors_netbsd_arm.go1402 VKILL = 0x5 const
Dzerrors_darwin_arm.go1449 VKILL = 0x5 const
Dzerrors_freebsd_386.go1457 VKILL = 0x5 const
Dzerrors_freebsd_arm.go1466 VKILL = 0x5 const
Dzerrors_netbsd_386.go1423 VKILL = 0x5 const
Dzerrors_freebsd_amd64.go1458 VKILL = 0x5 const

12