Searched refs:ch_type (Results 1 – 1 of 1) sorted by relevance
54 static void serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout);72 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout) in serial_logchar() argument74 if (ch_type != serial_current_type) in serial_logchar()76 fprintf_unfiltered (stream, "\n%c ", ch_type); in serial_logchar()77 serial_current_type = ch_type; in serial_logchar()