Lines Matching defs:c

306 static inline void put_tty_queue(u8 c, struct n_tty_data *ldata)  in put_tty_queue()
380 static inline int is_utf8_continuation(u8 c) in is_utf8_continuation()
393 static inline int is_continuation(u8 c, const struct tty_struct *tty) in is_continuation()
417 static int do_output_char(u8 c, struct tty_struct *tty, int space) in do_output_char()
491 static int process_output(u8 c, struct tty_struct *tty) in process_output()
545 u8 c = *cp; in process_output_block() local
706 u8 c; in __process_echoes() local
823 static inline void add_echo_byte(u8 c, struct n_tty_data *ldata) in add_echo_byte()
894 static void echo_char_raw(u8 c, struct n_tty_data *ldata) in echo_char_raw()
915 static void echo_char(u8 c, const struct tty_struct *tty) in echo_char()
953 static void eraser(u8 c, const struct tty_struct *tty) in eraser()
1193 u8 c) in n_tty_receive_parity_error()
1211 n_tty_receive_signal_char(struct tty_struct *tty, int signal, u8 c) in n_tty_receive_signal_char()
1223 static bool n_tty_is_char_flow_ctrl(struct tty_struct *tty, u8 c) in n_tty_is_char_flow_ctrl()
1243 static bool n_tty_receive_char_flow_ctrl(struct tty_struct *tty, u8 c, in n_tty_receive_char_flow_ctrl()
1263 static void n_tty_receive_handle_newline(struct tty_struct *tty, u8 c) in n_tty_receive_handle_newline()
1274 static bool n_tty_receive_char_canon(struct tty_struct *tty, u8 c) in n_tty_receive_char_canon()
1359 static void n_tty_receive_char_special(struct tty_struct *tty, u8 c, in n_tty_receive_char_special()
1428 static void n_tty_receive_char(struct tty_struct *tty, u8 c) in n_tty_receive_char()
1450 static void n_tty_receive_char_closing(struct tty_struct *tty, u8 c, in n_tty_receive_char_closing()
1470 n_tty_receive_char_flagged(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_flagged()
1490 n_tty_receive_char_lnext(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_lnext()
1584 u8 c = *cp++; in n_tty_receive_buf_standard() local
2026 size_t n, size, more, c; in canon_copy_from_read_buf() local
2167 int c; in n_tty_read() local