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

1 2 3

  /external/libedit/src/
tty.h 305 # ifdef VEOL
306 # if NUMCC <= VEOL
307 # undef VEOL
308 # endif /* NUMCC <= VEOL */
309 # endif /* VEOL */
tty.c 386 #if defined(VEOL)
388 #endif /* VEOL */
650 #ifdef VEOL
652 return VEOL;
653 #endif /* VEOL */
753 #ifdef VEOL
754 s[C_EOL] = td->c_cc[VEOL];
755 #endif /* VEOL */
835 #ifdef VEOL
836 td->c_cc[VEOL] = s[C_EOL]
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 65 #define VEOL 11
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 71 #define VEOL 17
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 138 else if(CCEQ(Termio->c_cc[VEOL], InChar)) {
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 55 #define VEOL 11
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 80 #define VEOL 17 /* End-of-line character [ICANON]. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 54 #define VEOL 11
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 55 #define VEOL 11
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 55 #define VEOL 11
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 48 VEOL = 5
51 VTIME = VEOL
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 48 VEOL = 5
51 VTIME = VEOL
  /bionic/tests/headers/posix/
termios_h.c 48 MACRO(VEOL);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 59 VEOL, /* ICANON */
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_desc.c 132 _TX_FLAGS(0, VEOL);
222 _TX_FLAGS(0, VEOL);
  /external/toybox/toys/pending/
stty.c 79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC },
304 t->c_cc[VEOL] = 0;
getty.c 166 TT.termios.c_cc[VEOL] = '\n';
  /external/python/cpython2/Modules/
termios.c 557 {"VEOL", VEOL},
  /external/python/cpython3/Modules/
termios.c 587 {"VEOL", VEOL},
  /external/libcups/cups/
usersys.c 758 if (passch == noecho.c_cc[VEOL] ||
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 605 VEOL = 0xb
ztypes_linux_amd64.go 623 VEOL = 0xb
ztypes_linux_arm.go 594 VEOL = 0xb
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 605 VEOL = 0xb
ztypes_linux_amd64.go 623 VEOL = 0xb

Completed in 366 milliseconds

1 2 3