Home
last modified time | relevance | path

Searched refs:VKILL (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs367 pub const VKILL: usize = 3; constant
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs456 || c == termios.control_characters[ControlCharIndex::VKILL] in receive_special_char()
1979 .set(contorl_chars[ControlCharIndex::VKILL] as usize, true); in set_termios()