Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/diff/
Ddiffrun.h47 void (*flush_output) DIFFPARAMS((void)); member
Dutil.c414 flush_output () in flush_output() function
416 if (callbacks && callbacks->flush_output) in flush_output()
417 (*callbacks->flush_output) (); in flush_output()
Ddiff.h340 void flush_output PARAMS((void));
DChangeLog470 * 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.
Ddiff3.c42 void flush_output PARAMS((void));
1317 my_callbacks.flush_output = NULL;
Ddiff.c1203 flush_output ();
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dserial.h268 int (*flush_output) (struct serial *); member
Dserial.c454 return scb->ops->flush_output (scb); in serial_flush_output()