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

1 2 3

  /external/libedit/src/
tty.h 310 # ifdef VEOL2
311 # if NUMCC <= VEOL2
312 # undef VEOL2
313 # endif /* NUMCC <= VEOL2 */
314 # endif /* VEOL2 */
tty.c 389 #if defined(VEOL2)
391 #endif /* VEOL2 */
654 #ifdef VEOL2
656 return VEOL2;
657 #endif /* VEOL2 */
756 #ifdef VEOL2
757 s[C_EOL2] = td->c_cc[VEOL2];
758 #endif /* VEOL2 */
838 #ifdef VEOL2
839 td->c_cc[VEOL2] = s[C_EOL2]
    [all...]
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 235 if (i == VEOL2)
312 if (i == VEOL2) {
313 if (termio.c_cc[VEOL2] == CNUL) {
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 70 #define VEOL2 16
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 60 #define VEOL2 6
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 60 #define VEOL2 16
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 63 #define VEOL2 6 /* Second EOL character [ICANON]. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 59 #define VEOL2 16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 60 #define VEOL2 16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 60 #define VEOL2 16
  /external/python/cpython2/Modules/
termios.c 570 #ifdef VEOL2
571 {"VEOL2", VEOL2},
  /external/python/cpython3/Modules/
termios.c 600 #ifdef VEOL2
601 {"VEOL2", VEOL2},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 49 VEOL2 = 6
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 49 VEOL2 = 6
  /external/libcups/cups/
usersys.c 759 # ifdef VEOL2
760 passch == noecho.c_cc[VEOL2] ||
761 # endif /* VEOL2 */
    [all...]
  /external/toybox/toys/pending/
stty.c 79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC },
309 t->c_cc[VEOL2] = 0;
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 610 VEOL2 = 0x10
ztypes_linux_amd64.go 628 VEOL2 = 0x10
ztypes_linux_arm.go 599 VEOL2 = 0x10
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 610 VEOL2 = 0x10
ztypes_linux_amd64.go 628 VEOL2 = 0x10
ztypes_linux_arm.go 599 VEOL2 = 0x10

Completed in 305 milliseconds

1 2 3