Searched refs:IGNCR (Results 1 – 25 of 38) sorted by relevance
12
/external/openssh/ |
D | sshtty.c | 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
|
D | ttymodes.h | 119 TTYMODE(IGNCR, c_iflag, 35)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 70 #define IGNCR 0000200 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 90 #define IGNCR 0000200 /* Ignore CR. */ macro
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 40 unix.IGNCR | unix.ICRNL | unix.IXON
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 88 IGNCR = 0000200 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 88 IGNCR = 0000200 variable
|
/external/python/cpython2/Modules/ |
D | termios.c | 386 {"IGNCR", IGNCR},
|
/external/python/cpython3/Modules/ |
D | termios.c | 414 {"IGNCR", IGNCR},
|
/external/toybox/toys/pending/ |
D | stty.c | 95 { "inlcr", INLCR }, { "igncr", IGNCR }, { "icrnl", ICRNL }, { "ixon", IXON },
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 335 iflag &= ~(TERMIOS.INLCR|TERMIOS.IGNCR|TERMIOS.ICRNL|TERMIOS.IGNBRK)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 469 IGNCR = 0x80 const
|
D | zerrors_dragonfly_amd64.go | 597 IGNCR = 0x80 const
|
D | zerrors_openbsd_arm.go | 697 IGNCR = 0x80 const
|
D | zerrors_openbsd_amd64.go | 734 IGNCR = 0x80 const
|
D | zerrors_openbsd_386.go | 698 IGNCR = 0x80 const
|
D | zerrors_darwin_386.go | 629 IGNCR = 0x80 const
|
D | zerrors_darwin_arm64.go | 629 IGNCR = 0x80 const
|
D | zerrors_darwin_amd64.go | 629 IGNCR = 0x80 const
|
D | zerrors_netbsd_arm.go | 816 IGNCR = 0x80 const
|
D | zerrors_darwin_arm.go | 629 IGNCR = 0x80 const
|
D | zerrors_freebsd_386.go | 655 IGNCR = 0x80 const
|
D | zerrors_freebsd_arm.go | 662 IGNCR = 0x80 const
|
D | zerrors_netbsd_386.go | 834 IGNCR = 0x80 const
|
D | zerrors_freebsd_amd64.go | 655 IGNCR = 0x80 const
|
12