Home
last modified time | relevance | path

Searched refs:OPOST (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs127 output_mode: OutputMode::OPOST | OutputMode::ONLCR,
230 const OPOST = 0x01; constant
/DragonOS/kernel/src/driver/serial/
H A Dmod.rs55 output_mode: OutputMode::OPOST | OutputMode::ONLCR,
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs1373 if termios.output_mode.contains(OutputMode::OPOST) { in echoes()
1772 if termios.output_mode.contains(OutputMode::OPOST) { in write()