/external/openssh/ |
D | ttymodes.h | 162 #ifdef ONLRET 163 TTYMODE(ONLRET, c_oflag, 75)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 85 #define ONLRET 0000040 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 412 #ifdef ONLRET 413 {"ONLRET", ONLRET},
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 100 ONLRET = 0000040 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 100 ONLRET = 0000040 variable
|
/external/python/cpython3/Modules/ |
D | termios.c | 455 #ifdef ONLRET 456 {"ONLRET", ONLRET},
|
/external/toybox/toys/pending/ |
D | stty.c | 102 { "onlcr", ONLCR }, { "onocr", ONOCR }, { "onlret", ONLRET },
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 591 ONLRET as tcflag_t;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3373 #ifdef ONLRET 3374 { "ONLRET", (unsigned long) ONLRET },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 718 pub const ONLRET: ::tcflag_t = 0o00_0040; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1299 pub const ONLRET: ::tcflag_t = 0x80; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1266 pub const ONLRET: ::tcflag_t = 0x40; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1104 pub const ONLRET: ::tcflag_t = 0x00000020; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1058 pub const ONLRET: ::tcflag_t = 0o000040; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1690 pub const ONLRET: ::tcflag_t = 0x40; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1963 pub const ONLRET: ::tcflag_t = 0o000040; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2762 pub const ONLRET: ::tcflag_t = 0x00000040; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1898 pub const ONLRET: ::tcflag_t = 0o000040; constant
|