Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs178 const INLCR = 0x040; constant
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs449 } else if c == b'\n' && termios.input_mode.contains(InputMode::INLCR) { in receive_special_char()
1968 if termios.input_mode.contains(InputMode::INLCR) { in set_termios()