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

1 2 3

  /external/libedit/src/
tty.h 285 # ifdef VQUIT
286 # if NUMCC <= VQUIT
287 # undef VQUIT
288 # endif /* NUMCC <= VQUIT */
289 # endif /* VQUIT */
tty.c 374 #if defined(VQUIT)
376 #endif /* VQUIT */
634 #ifdef VQUIT
636 return VQUIT;
637 #endif /* VQUIT */
741 #ifdef VQUIT
742 s[C_QUIT] = td->c_cc[VQUIT];
743 #endif /* VQUIT */
823 #ifdef VQUIT
824 td->c_cc[VQUIT] = s[C_QUIT]
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 55 #define VQUIT 1
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 55 #define VQUIT 1
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 121 else if(CCEQ(Termio->c_cc[VQUIT], InChar)) {
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 45 #define VQUIT 1
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 58 #define VQUIT 1 /* Quit character [ISIG]. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 44 #define VQUIT 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 45 #define VQUIT 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 45 #define VQUIT 1
  /bionic/tests/headers/posix/
termios_h.c 53 MACRO(VQUIT);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 63 VQUIT, /* ISIG */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 44 VQUIT = 1
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 44 VQUIT = 1
  /external/toybox/toys/pending/
stty.c 78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL },
294 t->c_cc[VQUIT] = 0x1c;
getty.c 164 TT.termios.c_cc[VQUIT] = CTL('\\');
init.c 75 terminal.c_cc[VQUIT] = 28; /*ctrl-\*/
  /external/python/cpython2/Modules/
termios.c 542 {"VQUIT", VQUIT},
  /external/python/cpython3/Modules/
termios.c 572 {"VQUIT", VQUIT},
  /external/libcups/cups/
usersys.c 802 else if (passch == noecho.c_cc[VINTR] || passch == noecho.c_cc[VQUIT] ||
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 595 VQUIT = 0x1
ztypes_linux_amd64.go 613 VQUIT = 0x1
ztypes_linux_arm.go 584 VQUIT = 0x1
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 595 VQUIT = 0x1
ztypes_linux_amd64.go 613 VQUIT = 0x1

Completed in 124 milliseconds

1 2 3