Home
last modified time | relevance | path

Searched refs:ch_type (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dserial.c54 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() argument
74 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()