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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 83 #define IXOFF 0010000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 84 #define IXOFF 0010000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 75 #define IXOFF 0010000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 66 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */
67 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF]. */
95 #define IXOFF 0010000 /* Enable start/stop input control. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 74 #define IXOFF 0010000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 75 #define IXOFF 0010000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 75 #define IXOFF 0010000
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 247 IXOFF;
342 | IXOFF))) {
  /bionic/tests/headers/posix/
termios_h.c 68 MACRO(IXOFF);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 98 #define IXOFF 0x1000 /* enable input flow control */
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 395 iflag |= (TERMIOS.IXON|TERMIOS.IXOFF) #|TERMIOS.IXANY)
397 iflag &= ~(TERMIOS.IXON|TERMIOS.IXOFF|TERMIOS.IXANY)
400 iflag |= (TERMIOS.IXON|TERMIOS.IXOFF)
402 iflag &= ~(TERMIOS.IXON|TERMIOS.IXOFF)
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 93 IXOFF = 0010000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 93 IXOFF = 0010000
  /external/toybox/toys/pending/
getty.c 169 TT.termios.c_iflag = ICRNL|IXON|IXOFF;
init.c 88 terminal.c_iflag = IXON|IXOFF|ICRNL;
stty.c 96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
125 { "-crtkill", "-echoke" }, { "ctlecho", "echoctl" }, { "-tandem", "-ixoff" },
128 { "tabs", "tab0" }, { "-tabs", "tab3" }, { "tandem", "ixoff" },
288 "-ixoff", "-iutf8", "-iuclc", "-ixany", "imaxbel", "-xcase", "-olcuc",
373 "-istrip", "-inlcr", "-igncr", "-icrnl", "-ixon", "-ixoff", "-iuclc",
  /external/libedit/src/
tty.c 86 {"iflag:", 0, IXON | IXOFF | INLCR | ICRNL},
198 #ifdef IXOFF
199 {"ixoff", IXOFF, MD_INP},
200 #endif /* IXOFF */
    [all...]
  /external/python/cpython2/Modules/
termios.c 390 {"IXOFF", IXOFF},
  /external/python/cpython3/Modules/
termios.c 420 {"IXOFF", IXOFF},
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 623 IXOFF = 0x1000
ztypes_linux_amd64.go 641 IXOFF = 0x1000
ztypes_linux_arm.go 612 IXOFF = 0x1000
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 623 IXOFF = 0x1000
ztypes_linux_amd64.go 641 IXOFF = 0x1000
ztypes_linux_arm.go 612 IXOFF = 0x1000

Completed in 97 milliseconds

1 2 3