HomeSort by relevance Sort by last modified time
    Searched refs:VERASE (Results 1 - 17 of 17) sorted by null

  /bionic/libc/include/sys/
ttydefaults.h 93 [VERASE] = CERASE,
  /development/ndk/platforms/android-L/include/sys/
ttydefaults.h 93 [VERASE] = CERASE,
  /development/ndk/platforms/android-3/arch-arm/include/asm/
termbits.h 31 #define VERASE 2
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 61 #define VERASE 2
  /external/libedit/src/
tty.h 290 # ifdef VERASE
291 # if NUMCC <= VERASE
292 # undef VERASE
293 # endif /* NUMCC <= VERASE */
294 # endif /* VERASE */
tty.c 125 #ifdef VERASE
126 {C_ERASE, VERASE,
128 #endif /* VERASE */
377 #if defined(VERASE)
379 #endif /* VERASE */
638 #ifdef VERASE
640 return VERASE;
641 #endif /* VERASE */
744 #ifdef VERASE
745 s[C_ERASE] = td->c_cc[VERASE];
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 65 #define VERASE 2
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 65 #define VERASE 2
  /development/ndk/platforms/android-9/arch-mips/include/asm/
termbits.h 65 #define VERASE 2
  /development/ndk/platforms/android-9/arch-x86/include/asm/
termbits.h 65 #define VERASE 2
  /development/ndk/platforms/android-L/arch-mips/include/asm/
termbits.h 65 #define VERASE 2
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
termbits.h 65 #define VERASE 2
  /development/ndk/platforms/android-L/include/asm-generic/
termbits.h 65 #define VERASE 2
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 45 #define VERASE 2
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 58 #define VERASE 2 /* Erase character [ICANON]. */
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
tty_node.cc 63 termios_.c_cc[VERASE] = 127;
219 if (IS_ECHOE && c == termios_.c_cc[VERASE]) {
  /external/mksh/src/
edit.c     [all...]

Completed in 1348 milliseconds