Searched refs:flush_output (Results 1 – 22 of 22) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/diff/ |
| D | diffrun.h | 47 void (*flush_output) DIFFPARAMS((void)); member
|
| D | util.c | 412 flush_output () in flush_output() function 414 if (callbacks && callbacks->flush_output) in flush_output() 415 (*callbacks->flush_output) (); in flush_output()
|
| D | ChangeLog | 167 * util.c (flush_output): Don't prototype. 184 (write_output, printf_output, flush_output): Declare. 190 (compare_files): Call flush_output rather than fflush (outfile). 196 (write_output, printf_output, flush_output): Declare. 208 (write_output, printf_output, flush_output): New functions.
|
| D | diff.h | 340 void flush_output PARAMS((void));
|
| D | diff3.c | 42 void flush_output PARAMS((void)); 1317 my_callbacks.flush_output = NULL;
|
| D | diff.c | 1195 flush_output ();
|
| /openbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | multi.c | 260 flush_output (); in setup_multitable_parameters() 282 flush_output (); in out_char()
|
| D | files.c | 661 flush_output (); in register_delayed_write() 727 flush_output (); in handle_delayed_writes()
|
| D | makeinfo.h | 347 flush_output (void),
|
| D | index.c | 180 flush_output (); in index_add_arg() 939 flush_output (); in cm_printindex()
|
| D | makeinfo.c | 1658 flush_output (); /* in case there was no @bye */ in convert_from_loaded_file() 1748 flush_output (); in convert_from_loaded_file() 2608 flush_output (); in add_char() 2915 flush_output (void) in flush_output() function 3067 flush_output (); in close_paragraph()
|
| D | node.c | 72 flush_output (); in write_tag_table_internal() 110 flush_output (); in write_tag_table_internal() 627 flush_output (); in cm_node()
|
| D | sectioning.c | 366 flush_output (); in sectioning_underscore()
|
| D | insertion.c | 1469 flush_output (); in cm_insert_copying()
|
| D | cmds.c | 1641 flush_output (); in cm_exdent()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ser-pipe.c | 148 ops->flush_output = ser_unix_nop_flush_output; in _initialize_ser_pipe()
|
| D | serial.h | 215 int (*flush_output) (struct serial *); member
|
| D | ser-tcp.c | 217 ops->flush_output = ser_unix_nop_flush_output; in _initialize_ser_tcp()
|
| D | serial.c | 413 return scb->ops->flush_output (scb); in serial_flush_output()
|
| D | ser-unix.c | 1351 ops->flush_output = hardwire_flush_output; in _initialize_ser_hardwire()
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | ChangeLog | 1677 * makeinfo/cmds.c (cm_bye): do not call flush_output as text appended 1897 * makeinfo/makeinfo.c (flush_output): increment node_line_number too. 2262 * makeinfo/index.c (index_add_arg): do not call flush_output for xml 2264 tracking, and flush_output makes rollback_empty tag useless. 2450 * makeinfo/makeinfo.c (flush_output): keep number of lines in the
|
| D | ChangeLog.46 | 1010 * makeinfo/insertion.c (cm_insertion_copying): flush_output, so that 5146 (flush_output): Only unMETA the non-breaking space character. 5295 calling insert. Call flush_output when a newline is output. 5311 (flush_output): Only unMETA the non-breaking space character. 5681 (flush_output): Don't UNMETA for HTML. 6385 (flush_output): Strip 8th bit if post_sentence char as well as space. 7977 (flush_output): Check only for META-SPC, not META-<sentence-ender>. 8088 * makeinfo/makeinfo.c (flush_output): Mask out eighth bit, that we 8275 * makeinfo/makeinfo.c (flush_output): Don't strip high-bit from
|