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

1 2 3

  /external/libedit/src/
tty.h 365 # ifdef VLNEXT
366 # if NUMCC <= VLNEXT
367 # undef VLNEXT
368 # endif /* NUMCC <= VLNEXT */
369 # endif /* VLNEXT */
tty.c 153 #ifdef VLNEXT
154 {C_LNEXT, VLNEXT,
156 #endif /* VLNEXT */
422 #if defined(VLNEXT)
424 #endif /* VLNEXT */
698 #ifdef VLNEXT
700 return VLNEXT;
701 #endif /* VLNEXT */
789 #ifdef VLNEXT
790 s[C_LNEXT] = td->c_cc[VLNEXT];
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 69 #define VLNEXT 15
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 69 #define VLNEXT 15
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 59 #define VLNEXT 15
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 78 #define VLNEXT 15 /* Literal-next character [IEXTEN]. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 58 #define VLNEXT 15
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 59 #define VLNEXT 15
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 59 #define VLNEXT 15
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 70 VLNEXT, /* IEXTEN, ICANON -- Input the next character literally */
  /external/python/cpython2/Modules/
termios.c 567 #ifdef VLNEXT
568 {"VLNEXT", VLNEXT},
  /external/python/cpython3/Modules/
termios.c 597 #ifdef VLNEXT
598 {"VLNEXT", VLNEXT},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 53 VLNEXT = (NCC+NCC_PAD+0)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 53 VLNEXT = (NCC+NCC_PAD+0)
  /external/toybox/toys/pending/
stty.c 81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT },
308 t->c_cc[VLNEXT] = 0x16;
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 609 VLNEXT = 0xf
ztypes_linux_amd64.go 627 VLNEXT = 0xf
ztypes_linux_arm.go 598 VLNEXT = 0xf
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 609 VLNEXT = 0xf
ztypes_linux_amd64.go 627 VLNEXT = 0xf
ztypes_linux_arm.go 598 VLNEXT = 0xf
  /external/mksh/src/
main.c     [all...]
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 320 termios.c_cc[VLNEXT] = 0x1f & 'V';

Completed in 865 milliseconds

1 2 3