Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs531 self.add_echo_byte(EchoOperation::Start.to_u8()); in receive_special_char()
532 self.add_echo_byte(EchoOperation::SetCanonCol.to_u8()); in receive_special_char()
560 self.add_echo_byte(EchoOperation::Start.to_u8()); in receive_special_char()
561 self.add_echo_byte(EchoOperation::SetCanonCol.to_u8()); in receive_special_char()
652 self.add_echo_byte(EchoOperation::Start.to_u8()); in eraser()
653 self.add_echo_byte(EchoOperation::MoveBackCol.to_u8()); in eraser()
717 self.add_echo_byte(EchoOperation::Start.to_u8()); in echo_erase_tab()
718 self.add_echo_byte(EchoOperation::EraseTab.to_u8()); in echo_erase_tab()
726 self.add_echo_byte(num); in echo_erase_tab()
827 self.add_echo_byte(b'/'); in receive_char()
[all …]