Home
last modified time | relevance | path

Searched refs:IXON (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py395 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/
Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
Dttymodes.h124 TTYMODE(IXON, c_iflag, 38)
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c246 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/
Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/external/python/cpython3/Lib/
Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h73 #define IXON 0002000 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h93 #define IXON 0002000 /* Enable start/stop output control. */ macro
/external/syzkaller/vm/vmimpl/
Dconsole.go40 unix.IGNCR | unix.ICRNL | unix.IXON
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py91 IXON = 0002000 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py91 IXON = 0002000 variable
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c73 buf.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in tty_semi_raw()
/external/toybox/toys/pending/
Dgetty.c169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
Dinit.c88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
Dstty.c95 { "inlcr", INLCR }, { "igncr", IGNCR }, { "icrnl", ICRNL }, { "ixon", IXON },
/external/python/cpython2/Modules/
Dtermios.c391 {"IXON", IXON},
/external/python/cpython3/Modules/
Dtermios.c419 {"IXON", IXON},
/external/nos/test/system-test-harness/src/
Dutil.cc453 tty_state.c_iflag = tty_state.c_iflag & ~(IXON | ISTRIP | INPCK | PARMRK | in Init()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go620 IXON = 0x400 const
Dzerrors_dragonfly_amd64.go840 IXON = 0x200 const
Dzerrors_openbsd_arm.go865 IXON = 0x200 const
Dzerrors_openbsd_amd64.go903 IXON = 0x200 const
Dzerrors_openbsd_386.go866 IXON = 0x200 const
Dzerrors_darwin_386.go883 IXON = 0x200 const
Dzerrors_darwin_arm64.go883 IXON = 0x200 const

12