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

1 2 3

  /bionic/libc/include/sys/
ttydefaults.h 50 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 46 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 46 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 82 #define IXANY 0004000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 83 #define IXANY 0004000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 74 #define IXANY 0004000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 94 #define IXANY 0004000 /* Any character will restart after stop. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 73 #define IXANY 0004000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 74 #define IXANY 0004000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 74 #define IXANY 0004000
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 246 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY |
341 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY
  /bionic/tests/headers/posix/
termios_h.c 67 MACRO(IXANY);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 99 #define IXANY 0x2000 /* any char will restart after stop */
  /external/toybox/lib/
interestingtimes.c 95 termio.c_iflag = IXANY|ICRNL|INLCR;
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 92 IXANY = 0004000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 92 IXANY = 0004000
  /external/python/cpython2/Modules/
termios.c 389 {"IXANY", IXANY},
  /external/python/cpython3/Modules/
termios.c 419 {"IXANY", IXANY},
  /external/toybox/toys/pending/
stty.c 96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
288 "-ixoff", "-iutf8", "-iuclc", "-ixany", "imaxbel", "-xcase", "-olcuc",
374 "-ixany", "-imaxbel", "-opost", "-isig", "-icanon", "-xcase", NULL);
  /external/libedit/src/
tty.c 195 #ifdef IXANY
196 {"ixany", IXANY, MD_INP},
197 #endif /* IXANY */
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 622 IXANY = 0x800
ztypes_linux_amd64.go 640 IXANY = 0x800
ztypes_linux_arm.go 611 IXANY = 0x800
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 622 IXANY = 0x800
ztypes_linux_amd64.go 640 IXANY = 0x800

Completed in 89 milliseconds

1 2 3