Searched refs:VWERASE (Results 1 – 25 of 37) sorted by relevance
12
/external/openssh/ |
D | ttymodes.h | 94 #if defined(VWERASE) 95 TTYCHAR(VWERASE, 13)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 58 #define VWERASE 14 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 77 #define VWERASE 14 /* Word-erase character [ICANON]. */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 567 #ifdef VWERASE 568 {"VWERASE", VWERASE},
|
/external/python/cpython3/Modules/ |
D | termios.c | 595 #ifdef VWERASE 596 {"VWERASE", VWERASE},
|
/external/toybox/toys/pending/ |
D | stty.c | 81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT }, 307 t->c_cc[VWERASE] = 0x17; in make_sane()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 54 VWERASE = (NCC+NCC_PAD+1) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 54 VWERASE = (NCC+NCC_PAD+1) variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1129 VWERASE = 0xe const
|
D | zerrors_openbsd_386.go | 1320 VWERASE = 0x4 const
|
D | zerrors_openbsd_amd64.go | 1418 VWERASE = 0x4 const
|
D | zerrors_dragonfly_amd64.go | 1285 VWERASE = 0x4 const
|
D | zerrors_openbsd_arm.go | 1323 VWERASE = 0x4 const
|
D | zerrors_darwin_arm64.go | 1467 VWERASE = 0x4 const
|
D | zerrors_darwin_386.go | 1467 VWERASE = 0x4 const
|
D | zerrors_darwin_arm.go | 1467 VWERASE = 0x4 const
|
D | zerrors_darwin_amd64.go | 1467 VWERASE = 0x4 const
|
D | zerrors_netbsd_amd64.go | 1423 VWERASE = 0x4 const
|
D | zerrors_netbsd_386.go | 1433 VWERASE = 0x4 const
|
D | zerrors_freebsd_arm.go | 1476 VWERASE = 0x4 const
|
D | zerrors_freebsd_amd64.go | 1468 VWERASE = 0x4 const
|
D | zerrors_freebsd_386.go | 1467 VWERASE = 0x4 const
|
D | zerrors_netbsd_arm.go | 1412 VWERASE = 0x4 const
|
D | zerrors_linux_sparc64.go | 1775 VWERASE = 0xe const
|
D | zerrors_linux_mips64le.go | 2143 VWERASE = 0xe const
|
12