Searched refs:OFDEL (Results 1 – 12 of 12) sorted by relevance
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 87 #define OFDEL 0000200 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 418 #ifdef OFDEL 419 {"OFDEL", OFDEL},
|
/external/python/cpython3/Modules/ |
D | termios.c | 446 #ifdef OFDEL 447 {"OFDEL", OFDEL},
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 102 OFDEL = 0000200 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 102 OFDEL = 0000200 variable
|
/external/toybox/toys/pending/ |
D | stty.c | 103 { "ofill", OFILL }, { "ofdel", OFDEL }, { "nl0", NL0, NLDLY },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 659 pub const OFDEL: ::tcflag_t = 0o000_200; constant
|
/external/rust/crates/libc/src/unix/uclibc/arm/ |
D | mod.rs | 442 pub const OFDEL: ::c_int = 0x80; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1082 pub const OFDEL: ::tcflag_t = 0x00000080; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 961 pub const OFDEL: ::tcflag_t = 0o000200; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2534 pub const OFDEL: ::tcflag_t = 0x00020000; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1894 pub const OFDEL: ::tcflag_t = 0o000200; constant
|