HomeSort by: relevance | last modified time | path
    Searched defs:flush_output (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/xcvs/dist/diff/
diffrun.h 42 If this callback is defined, flush_output must also be defined.
47 void (*flush_output) DIFFPARAMS((void)); member in struct:diff_callbacks
util.c 417 flush_output ()
419 if (callbacks && callbacks->flush_output)
420 (*callbacks->flush_output) ();
414 flush_output () function
  /src/external/gpl3/gdb/dist/gdb/
serial.h 268 int (*flush_output) (struct serial *); member in struct:serial_ops
  /src/external/gpl3/gdb.old/dist/gdb/
serial.h 268 int (*flush_output) (struct serial *); member in struct:serial_ops
  /src/external/gpl2/groff/dist/src/roff/troff/
div.cpp 844 void flush_output() function
1164 init_request("fl", flush_output);
  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 1663 flush_output (); /* in case there was no @bye */
1753 flush_output ();
2605 character = META (' '); /* unmeta-d in flush_output */
2621 flush_output ();
2910 /* Nonzero means do not honor calls to flush_output (). */
2913 /* Prevent calls to flush_output () from having any effect. */
2920 /* Allow calls to flush_output () to write the paragraph data. */
2928 flush_output (void)
3080 flush_output ();
2915 flush_output (void) function

Completed in 32 milliseconds