Home
last modified time | relevance | path

Searched refs:do_divert (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/groff/src/roff/troff/
HDdiv.h22 void do_divert(int append, int boxing);
27 friend void do_divert(int append, int boxing);
HDdiv.cpp98 void do_divert(int append, int boxing) in do_divert() function
150 do_divert(0, 0); in divert()
155 do_divert(1, 0); in divert_append()
160 do_divert(0, 1); in box()
165 do_divert(1, 1); in box_append()
HDenv.h144 void do_divert(int append, int boxing);
399 friend void do_divert(int append, int boxing);
/NextBSD/contrib/groff/src/preproc/tbl/
HDtable.cpp294 void do_divert(int alphabetic, int ncols, const string *mw, int *sep);
656 do_divert(0, ncols, mw, sep); in divert()
660 void block_entry::do_divert(int alphabetic, int ncols, const string *mw, in do_divert() function in block_entry
777 do_divert(1, ncols, mw, sep); in divert()
/NextBSD/contrib/groff/
HDChangeLog.1171228 * src/roff/troff/div.cc (do_divert): Use it.
1268 * src/roff/troff/div.cc (do_divert): Use them.
1474 * src/roff/troff/div.cc (do_divert): Add parameter `boxing' to save
1479 * src/roff/troff/env.h (environment): do_divert() is now a friend.
HDChangeLog.115300 * tbl/table.cc (block_entry::do_divert, table::do_row): Renamed
1550 * tbl/table.cc (table_entry::divert, block_entry::do_divert,
1555 (block_entry::do_divert): If an entry spans multiple columns and a
4386 * tbl/table.c (block_entry::do_divert): Declare return type as
4575 (block_entry::do_divert): If the block is alphabetic, subtract 2n
HDChangeLog194 * src/roff/troff/div.h: Provide declarations for do_divert and
205 line_tabs_request, widow_control_request, and do_divert.
1304 (do_divert): Handle `seen_break', `seen_space', `seen_eol',
3113 * src/preproc/tbl/table.cpp (block_entry::do_divert): Call