Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs328 const NOFLSH = 0x00080; constant
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs794 if !termios.local_mode.contains(LocalMode::NOFLSH) { in input_signal()