HomeSort by relevance Sort by last modified time
    Searched refs:VWERASE (Results 1 - 25 of 39) sorted by null

1 2

  /external/openssh/
ttymodes.h 94 #if defined(VWERASE)
95 TTYCHAR(VWERASE, 13)
96 #endif /* VWERASE */
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 68 #define VWERASE 14
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 68 #define VWERASE 14
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 58 #define VWERASE 14
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 77 #define VWERASE 14 /* Word-erase character [ICANON]. */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 68 VWERASE, /* IEXTEN, ICANON -- Erase the WORD to the left of the cursor */
  /external/python/cpython2/Modules/
termios.c 567 #ifdef VWERASE
568 {"VWERASE", VWERASE},
  /external/python/cpython3/Modules/
termios.c 595 #ifdef VWERASE
596 {"VWERASE", VWERASE},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 54 VWERASE = (NCC+NCC_PAD+1)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 54 VWERASE = (NCC+NCC_PAD+1)
  /external/toybox/toys/pending/
stty.c 81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT },
307 t->c_cc[VWERASE] = 0x17;
  /external/mksh/src/
edit.c     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
zerrors_openbsd_arm.go     [all...]
zerrors_solaris_amd64.go     [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]

Completed in 1895 milliseconds

1 2