Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiffrun.h47 void (*flush_output) DIFFPARAMS((void)); member
H A Dutil.c414 flush_output () in flush_output() function
416 if (callbacks && callbacks->flush_output) in flush_output()
417 (*callbacks->flush_output) (); in flush_output()
H A Ddiff.h340 void flush_output PARAMS((void));
H A 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.
H A Ddiff3.c42 void flush_output PARAMS((void));
1317 my_callbacks.flush_output = NULL;
H A Ddiff.c1203 flush_output ();
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmulti.c262 flush_output (); in setup_multitable_parameters()
284 flush_output (); in out_char()
H A Dfiles.c662 flush_output (); in register_delayed_write()
728 flush_output (); in handle_delayed_writes()
H A Dindex.c182 flush_output (); in index_add_arg()
965 flush_output (); in cm_printindex()
H A Dmakeinfo.h353 flush_output (void),
H A Dmakeinfo.c1658 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()
H A Dnode.c74 flush_output (); in write_tag_table_internal()
112 flush_output (); in write_tag_table_internal()
629 flush_output (); in cm_node()
H A Dsectioning.c367 flush_output (); in sectioning_underscore()
H A Dcmds.c1642 flush_output (); in cm_exdent()
H A Dinsertion.c1471 flush_output (); in cm_insert_copying()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Ddiv.cpp844 void flush_output() in flush_output() function
1164 init_request("fl", flush_output); in init_div_requests()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog1677 * 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
H A DChangeLog.461010 * 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
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171389 * src/roff/troff/div.cc (space_request, flush_output): Use
H A DChangeLog1308 (space_request, blank_line, flush_output): Don't call `add_html_tag'.