Searched refs:flush_output (Results 1 – 8 of 8) sorted by relevance
47 void (*flush_output) DIFFPARAMS((void)); member
414 flush_output () in flush_output() function416 if (callbacks && callbacks->flush_output) in flush_output()417 (*callbacks->flush_output) (); in flush_output()
340 void flush_output PARAMS((void));
470 * util.c (flush_output): Don't prototype.487 (write_output, printf_output, flush_output): Declare.493 (compare_files): Call flush_output rather than fflush (outfile).499 (write_output, printf_output, flush_output): Declare.511 (write_output, printf_output, flush_output): New functions.
42 void flush_output PARAMS((void));1317 my_callbacks.flush_output = NULL;
1203 flush_output ();
268 int (*flush_output) (struct serial *); member
454 return scb->ops->flush_output (scb); in serial_flush_output()