Searched refs:VERASE (Results 1 – 25 of 39) sorted by relevance
12
/external/toybox/toys/pending/ |
D | stty.c | 78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL }, 295 t->c_cc[VERASE] = 0x7f; in make_sane() 382 new.c_cc[VERASE] = 0x7f; in do_stty()
|
D | getty.c | 168 TT.termios.c_cc[VERASE] = 127; // CERASE in termios_init()
|
D | init.c | 76 terminal.c_cc[VERASE] = 127; //ctrl-? in reset_term()
|
/external/openssh/ |
D | ttymodes.h | 72 TTYCHAR(VERASE, 3)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 46 #define VERASE 2 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 59 #define VERASE 2 /* Erase character [ICANON]. */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 45 VERASE = 2 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 45 VERASE = 2 variable
|
/external/python/cpython2/Modules/ |
D | termios.c | 546 {"VERASE", VERASE},
|
/external/python/cpython3/Modules/ |
D | termios.c | 574 {"VERASE", VERASE},
|
/external/libcups/cups/ |
D | usersys.c | 772 else if (passch == noecho.c_cc[VERASE] || in _cupsGetPassword()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1112 VERASE = 0x2 const
|
D | zerrors_dragonfly_amd64.go | 1270 VERASE = 0x3 const
|
D | zerrors_openbsd_arm.go | 1311 VERASE = 0x3 const
|
D | zerrors_openbsd_amd64.go | 1394 VERASE = 0x3 const
|
D | zerrors_openbsd_386.go | 1308 VERASE = 0x3 const
|
D | zerrors_darwin_386.go | 1447 VERASE = 0x3 const
|
D | zerrors_darwin_arm64.go | 1447 VERASE = 0x3 const
|
D | zerrors_darwin_amd64.go | 1447 VERASE = 0x3 const
|
D | zerrors_netbsd_arm.go | 1400 VERASE = 0x3 const
|
D | zerrors_darwin_arm.go | 1447 VERASE = 0x3 const
|
D | zerrors_freebsd_386.go | 1454 VERASE = 0x3 const
|
D | zerrors_freebsd_arm.go | 1463 VERASE = 0x3 const
|
D | zerrors_netbsd_386.go | 1421 VERASE = 0x3 const
|
D | zerrors_freebsd_amd64.go | 1455 VERASE = 0x3 const
|
12