Lines Matching defs:u8

165     pub fn read_at(&self, i: usize) -> u8 {  in read_at()
174 buf: &[u8], in receive_buf_common()
175 flags: Option<&[u8]>, in receive_buf_common()
243 buf: &[u8], in receive_buf()
244 flags: Option<&[u8]>, in receive_buf()
289 fn receive_buf_real_raw(&mut self, buf: &[u8], mut count: usize) { in receive_buf_real_raw()
306 fn receive_buf_raw(&mut self, buf: &[u8], flags: Option<&[u8]>, mut count: usize) { in receive_buf_raw()
346 buf: &[u8], in receive_buf_standard()
347 flags: Option<&[u8]>, in receive_buf_standard()
408 pub fn receive_special_char(&mut self, mut c: u8, tty: Arc<TtyCore>, lookahead_done: bool) { in receive_special_char()
585 fn eraser(&mut self, mut c: u8, termios: &RwLockReadGuard<Termios>) { in eraser()
721 fn echo_erase_tab(&mut self, mut num: u8, after_tab: bool) { in echo_erase_tab()
736 fn is_continuation(c: u8, termios: &RwLockReadGuard<Termios>) -> bool { in is_continuation()
741 pub fn is_flow_ctrl_char(&mut self, tty: Arc<TtyCore>, c: u8, lookahead_done: bool) -> bool { in is_flow_ctrl_char()
770 c: u8, in recv_sig_char()
823 pub fn receive_char(&mut self, c: u8, tty: Arc<TtyCore>) { in receive_char()
847 pub fn echo_char(&mut self, c: u8, termios: &RwLockReadGuard<Termios>) { in echo_char()
862 pub fn echo_char_raw(&mut self, c: u8) { in echo_char_raw()
892 pub fn add_echo_byte(&mut self, c: u8) { in add_echo_byte()
897 pub fn add_read_byte(&mut self, c: u8) { in add_read_byte()
934 to: &mut [u8], in ntty_copy()
1000 dst: &mut [u8], in canon_copy_from_read_buf()
1125 dst: &mut [u8], in copy_from_read_buf()
1169 buf: &[u8], in process_output_block()
1430 c: u8, in do_output_char()
1569 buf: &mut [u8], in read()
1717 buf: &[u8], in write()
2070 buf: &[u8], in receive_buf()
2071 flags: Option<&[u8]>, in receive_buf()
2081 buf: &[u8], in receive_buf2()
2082 flags: Option<&[u8]>, in receive_buf2()