Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dser-unix.h31 extern int ser_unix_flush_input (struct serial *scb);
H A Dser-pipe.c149 ops->flush_input = ser_unix_flush_input; in _initialize_ser_pipe()
H A Dser-tcp.c218 ops->flush_input = ser_unix_flush_input; in _initialize_ser_tcp()
H A Dser-unix.c337 ser_unix_flush_input (scb); in hardwire_flush_input()
1130 ser_unix_flush_input (struct serial *scb) in ser_unix_flush_input() function
H A DChangeLog-19992551 * ser-unix.c (ser_unix_flush_input): New function. Discard input
2553 (hardwire_flush_input): Use ser_unix_flush_input.
2555 * ser-unix.h (ser_unix_flush_input): Update.