Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dser-pipe.c149 ops->flush_input = ser_unix_flush_input; in _initialize_ser_pipe()
Dserial.h216 int (*flush_input) (struct serial *); member
Dser-tcp.c219 ops->flush_input = ser_unix_flush_input; in _initialize_ser_tcp()
Dserial.c419 return scb->ops->flush_input (scb); in serial_flush_input()
Dser-unix.c1352 ops->flush_input = hardwire_flush_input; in _initialize_ser_hardwire()