Lines Matching defs:c

301 static inline void put_tty_queue(u8 c, struct n_tty_data *ldata)  in put_tty_queue()
375 static inline int is_utf8_continuation(u8 c) in is_utf8_continuation()
388 static inline int is_continuation(u8 c, const struct tty_struct *tty) in is_continuation()
412 static int do_output_char(u8 c, struct tty_struct *tty, int space) in do_output_char()
486 static int process_output(u8 c, struct tty_struct *tty) in process_output()
540 u8 c = *cp; in process_output_block() local
701 u8 c; in __process_echoes() local
818 static inline void add_echo_byte(u8 c, struct n_tty_data *ldata) in add_echo_byte()
889 static void echo_char_raw(u8 c, struct n_tty_data *ldata) in echo_char_raw()
910 static void echo_char(u8 c, const struct tty_struct *tty) in echo_char()
948 static void eraser(u8 c, const struct tty_struct *tty) in eraser()
1188 u8 c) in n_tty_receive_parity_error()
1206 n_tty_receive_signal_char(struct tty_struct *tty, int signal, u8 c) in n_tty_receive_signal_char()
1218 static bool n_tty_is_char_flow_ctrl(struct tty_struct *tty, u8 c) in n_tty_is_char_flow_ctrl()
1238 static bool n_tty_receive_char_flow_ctrl(struct tty_struct *tty, u8 c, in n_tty_receive_char_flow_ctrl()
1258 static void n_tty_receive_handle_newline(struct tty_struct *tty, u8 c) in n_tty_receive_handle_newline()
1269 static bool n_tty_receive_char_canon(struct tty_struct *tty, u8 c) in n_tty_receive_char_canon()
1354 static void n_tty_receive_char_special(struct tty_struct *tty, u8 c, in n_tty_receive_char_special()
1423 static void n_tty_receive_char(struct tty_struct *tty, u8 c) in n_tty_receive_char()
1445 static void n_tty_receive_char_closing(struct tty_struct *tty, u8 c, in n_tty_receive_char_closing()
1465 n_tty_receive_char_flagged(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_flagged()
1485 n_tty_receive_char_lnext(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_lnext()
1579 u8 c = *cp++; in n_tty_receive_buf_standard() local
2012 size_t n, size, more, c; in canon_copy_from_read_buf() local