Searched refs:IXOFF (Results 1 – 25 of 42) sorted by relevance
12
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | 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/openssh/ |
D | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
D | ttymodes.h | 126 TTYMODE(IXOFF, c_iflag, 40)
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 247 IXOFF; in run_ptest() 342 | IXOFF))) { in chk_tty_parms()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 75 #define IXOFF 0010000 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 95 #define IXOFF 0010000 /* Enable start/stop input control. */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 93 IXOFF = 0010000 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 93 IXOFF = 0010000 variable
|
/external/toybox/toys/pending/ |
D | getty.c | 169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
|
D | init.c | 88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
|
D | stty.c | 96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
|
/external/python/cpython2/Modules/ |
D | termios.c | 393 {"IXOFF", IXOFF},
|
/external/python/cpython3/Modules/ |
D | termios.c | 421 {"IXOFF", IXOFF},
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 619 IXOFF = 0x1000 const
|
D | zerrors_dragonfly_amd64.go | 839 IXOFF = 0x400 const
|
D | zerrors_openbsd_arm.go | 864 IXOFF = 0x400 const
|
D | zerrors_openbsd_amd64.go | 902 IXOFF = 0x400 const
|
D | zerrors_openbsd_386.go | 865 IXOFF = 0x400 const
|
D | zerrors_darwin_386.go | 882 IXOFF = 0x400 const
|
D | zerrors_darwin_arm64.go | 882 IXOFF = 0x400 const
|
D | zerrors_darwin_amd64.go | 882 IXOFF = 0x400 const
|
D | zerrors_netbsd_arm.go | 957 IXOFF = 0x400 const
|
D | zerrors_darwin_arm.go | 882 IXOFF = 0x400 const
|
D | zerrors_freebsd_386.go | 948 IXOFF = 0x400 const
|
D | zerrors_freebsd_arm.go | 955 IXOFF = 0x400 const
|
12