Searched refs:IXON (Results 1 – 25 of 47) 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 | 124 TTYMODE(IXON, c_iflag, 38)
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 246 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY | in run_ptest() 341 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY in chk_tty_parms()
|
/external/python/cpython2/Lib/ |
D | tty.py | 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
|
/external/python/cpython3/Lib/ |
D | tty.py | 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 73 #define IXON 0002000 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 93 #define IXON 0002000 /* Enable start/stop output control. */ macro
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 40 unix.IGNCR | unix.ICRNL | unix.IXON
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 91 IXON = 0002000 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 91 IXON = 0002000 variable
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 73 buf.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in tty_semi_raw()
|
/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 | 95 { "inlcr", INLCR }, { "igncr", IGNCR }, { "icrnl", ICRNL }, { "ixon", IXON },
|
/external/python/cpython2/Modules/ |
D | termios.c | 391 {"IXON", IXON},
|
/external/python/cpython3/Modules/ |
D | termios.c | 419 {"IXON", IXON},
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 453 tty_state.c_iflag = tty_state.c_iflag & ~(IXON | ISTRIP | INPCK | PARMRK | in Init()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 620 IXON = 0x400 const
|
D | zerrors_dragonfly_amd64.go | 840 IXON = 0x200 const
|
D | zerrors_openbsd_arm.go | 865 IXON = 0x200 const
|
D | zerrors_openbsd_amd64.go | 903 IXON = 0x200 const
|
D | zerrors_openbsd_386.go | 866 IXON = 0x200 const
|
D | zerrors_darwin_386.go | 883 IXON = 0x200 const
|
D | zerrors_darwin_arm64.go | 883 IXON = 0x200 const
|
12