/third_party/toybox/toys/pending/ |
H A D | stty.c | 78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL }, 295 t->c_cc[VERASE] = 0x7f; in make_sane() 382 new.c_cc[VERASE] = 0x7f; in do_stty()
|
H A D | getty.c | 168 TT.termios.c_cc[VERASE] = 127; // CERASE in termios_init()
|
H A D | init.c | 76 terminal.c_cc[VERASE] = 127; //ctrl-? in reset_term()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 16 #define VERASE 2 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 14 #define VERASE 2 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 16 #define VERASE 2 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 22 C(VERASE) in f()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 79 /// `VERASE` 80 pub const VERASE: usize = linux_raw_sys::general::VERASE as usize; consts
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 79 /// `VERASE` 80 pub const VERASE: usize = c::VERASE as usize; consts
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 449 key(term.c_cc[VERASE]), in show()
|
/third_party/python/Modules/ |
H A D | termios.c | 812 {"VERASE", VERASE},
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 777 B38400, B4800, B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL,
|
H A D | constants.rs | 681 B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL, VMIN, VQUIT,
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 377 pub const VERASE: usize = 3; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 727 pub const VERASE: usize = 3; consts
|
/third_party/rust/crates/nix/src/sys/ |
H A D | termios.rs | 558 VERASE,
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1109 pub const VERASE: usize = 2; consts
|