Searched refs:flush_chars (Results 1 – 6 of 6) sorted by relevance
381 self.flush_chars(tty); in write()386 fn flush_chars(&self, tty: &TtyCoreData) { in flush_chars() method
197 fn flush_chars(&self, _tty: &TtyCoreData) { in flush_chars() method
566 fn flush_chars(&self, tty: &TtyCoreData) { in flush_chars() method567 self.core().tty_driver.driver_funcs().flush_chars(tty); in flush_chars()
474 fn flush_chars(&self, tty: &TtyCoreData); in flush_chars() method
266 tty.flush_chars(tty.core()); in receive_buf()886 tty.flush_chars(tty.core()); in commit_echoes()1248 tty.flush_chars(tty.core()); in process_echoes()1805 tty.flush_chars(core); in write()
378 fn flush_chars(&self, _tty: &TtyCoreData) {} in flush_chars() method