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

1 2 3

  /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 56 #define VERASE 2
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 56 #define VERASE 2
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 141 else if(CCEQ(Termio->c_cc[VERASE], InChar)) {
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 46 #define VERASE 2
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 59 #define VERASE 2 /* Erase character [ICANON]. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 45 #define VERASE 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 46 #define VERASE 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 46 #define VERASE 2
  /bionic/tests/headers/posix/
termios_h.c 49 MACRO(VERASE);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 60 VERASE, /* ICANON */
  /external/toybox/toys/pending/
stty.c 78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL },
295 t->c_cc[VERASE] = 0x7f;
382 new.c_cc[VERASE] = 0x7f;
getty.c 168 TT.termios.c_cc[VERASE] = 127; // CERASE
init.c 76 terminal.c_cc[VERASE] = 127; //ctrl-?
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 45 VERASE = 2
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 45 VERASE = 2
  /external/python/cpython2/Modules/
termios.c 543 {"VERASE", VERASE},
  /external/python/cpython3/Modules/
termios.c 573 {"VERASE", VERASE},
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 715 Termio->c_cc[VERASE] = 0x08; // ^H Backspace
    [all...]
  /external/libcups/cups/
usersys.c 770 else if (passch == noecho.c_cc[VERASE] ||
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 596 VERASE = 0x2
ztypes_linux_amd64.go 614 VERASE = 0x2
ztypes_linux_arm.go 585 VERASE = 0x2
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 596 VERASE = 0x2

Completed in 2375 milliseconds

1 2 3