Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs461 self.commit_echoes(tty.clone()); in receive_special_char()
473 self.commit_echoes(tty.clone()); in receive_special_char()
490 self.commit_echoes(tty.clone()); in receive_special_char()
499 self.commit_echoes(tty.clone()); in receive_special_char()
535 self.commit_echoes(tty.clone()); in receive_special_char()
566 self.commit_echoes(tty.clone()); in receive_special_char()
774 self.commit_echoes(tty); in recv_sig_char()
836 self.commit_echoes(tty.clone()); in receive_char()
870 pub fn commit_echoes(&mut self, tty: Arc<TtyCore>) { in commit_echoes() method