Searched refs:OFDEL (Results 1 – 13 of 13) 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/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/python/cpython3/Modules/ |
D | termios.c | 461 #ifdef OFDEL 462 {"OFDEL", OFDEL},
|
/external/toybox/toys/pending/ |
D | stty.c | 103 { "ofill", OFILL }, { "ofdel", OFDEL }, { "nl0", NL0, NLDLY },
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 603 OFDEL as tcflag_t;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3355 #ifdef OFDEL 3356 { "OFDEL", (unsigned long) OFDEL },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 720 pub const OFDEL: ::tcflag_t = 0o000_200; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1106 pub const OFDEL: ::tcflag_t = 0x00000080; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1060 pub const OFDEL: ::tcflag_t = 0o000200; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2770 pub const OFDEL: ::tcflag_t = 0x00020000; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1900 pub const OFDEL: ::tcflag_t = 0o000200; constant
|