Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs126 input_mode: InputMode::ICRNL | InputMode::IXON,
182 const ICRNL = 0x100; constant
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs445 if termios.input_mode.contains(InputMode::ICRNL) { in receive_special_char()
1962 || termios.input_mode.contains(InputMode::ICRNL) in set_termios()