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()
238 buf: &[u8], in receive_buf()
239 flags: Option<&[u8]>, in receive_buf()
284 fn receive_buf_real_raw(&mut self, buf: &[u8], mut count: usize) { in receive_buf_real_raw()
301 fn receive_buf_raw(&mut self, buf: &[u8], flags: Option<&[u8]>, mut count: usize) { in receive_buf_raw()
341 buf: &[u8], in receive_buf_standard()
342 flags: Option<&[u8]>, 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()
580 fn eraser(&mut self, mut c: u8, termios: &RwLockReadGuard<Termios>) { in eraser()
716 fn echo_erase_tab(&mut self, mut num: u8, after_tab: bool) { in echo_erase_tab()
731 fn is_continuation(c: u8, termios: &RwLockReadGuard<Termios>) -> bool { in is_continuation()
736 pub fn is_flow_ctrl_char(&mut self, tty: Arc<TtyCore>, c: u8, lookahead_done: bool) -> bool { in is_flow_ctrl_char()
765 c: u8, in recv_sig_char()
822 pub fn receive_char(&mut self, c: u8, tty: Arc<TtyCore>) { in receive_char()
846 pub fn echo_char(&mut self, c: u8, termios: &RwLockReadGuard<Termios>) { in echo_char()
861 pub fn echo_char_raw(&mut self, c: u8) { in echo_char_raw()
891 pub fn add_echo_byte(&mut self, c: u8) { in add_echo_byte()
896 pub fn add_read_byte(&mut self, c: u8) { in add_read_byte()
933 to: &mut [u8], in ntty_copy()
999 dst: &mut [u8], in canon_copy_from_read_buf()
1123 dst: &mut [u8], in copy_from_read_buf()
1167 buf: &[u8], in process_output_block()
1428 c: u8, in do_output_char()
1581 buf: &mut [u8], in read()
1750 buf: &[u8], in write()
2105 buf: &[u8], in receive_buf()
2106 flags: Option<&[u8]>, in receive_buf()
2116 buf: &[u8], in receive_buf2()
2117 flags: Option<&[u8]>, in receive_buf2()