Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs393 self.receive_special_char(c, tty.clone(), lookahead_done); in receive_buf_standard()
403 pub fn receive_special_char(&mut self, mut c: u8, tty: Arc<TtyCore>, lookahead_done: bool) { in receive_special_char() method