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

1 2 3

  /external/libedit/src/
tty.h 54 # if defined(VWERSE) && !defined(VWERASE)
55 # define VWERASE VWERSE
56 # endif /* VWERSE && !VWERASE */
340 # ifdef VWERASE
341 # if NUMCC <= VWERASE
342 # undef VWERASE
343 # endif /* NUMCC <= VWERASE */
344 # endif /* VWERASE */
tty.c 145 #ifdef VWERASE
146 {C_WERASE, VWERASE,
148 #endif /* VWERASE */
407 #if defined(VWERASE)
409 #endif /* VWERASE */
678 #ifdef VWERASE
680 return VWERASE;
681 #endif /* VWERASE */
774 #ifdef VWERASE
775 s[C_WERASE] = td->c_cc[VWERASE];
    [all...]
  /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]. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 57 #define VWERASE 14
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 58 #define VWERASE 14
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 58 #define VWERASE 14
  /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 564 #ifdef VWERASE
565 {"VWERASE", VWERASE},
  /external/python/cpython3/Modules/
termios.c 594 #ifdef VWERASE
595 {"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;
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 608 VWERASE = 0xe
ztypes_linux_amd64.go 626 VWERASE = 0xe
ztypes_linux_arm.go 597 VWERASE = 0xe
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 608 VWERASE = 0xe
ztypes_linux_amd64.go 626 VWERASE = 0xe
ztypes_linux_arm.go 597 VWERASE = 0xe
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 319 termios.c_cc[VWERASE] = 0x1f & 'W';
  /external/mksh/src/
edit.c     [all...]

Completed in 681 milliseconds

1 2 3