Home
last modified time | relevance | path

Searched refs:block_entry (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp293 class block_entry : public table_entry { class
299 ~block_entry();
619 block_entry::block_entry(char *s, const entry_modifier *m) in block_entry() function in block_entry
624 block_entry::~block_entry() in ~block_entry()
629 void block_entry::position_vertically() in position_vertically()
717 void block_entry::do_width() in do_width()
722 void block_entry::do_depth() in do_depth()
730 : block_entry(s, m) in left_block_entry()
742 : block_entry(s, m) in right_block_entry()
757 : block_entry(s, m) in center_block_entry()
[all …]
/netbsd/external/gpl2/groff/dist/
H A DChangeLog.115300 * tbl/table.cc (block_entry::do_divert, table::do_row): Renamed
1550 * tbl/table.cc (table_entry::divert, block_entry::do_divert,
1551 block_entry::divert, alphabetic_block_entry::divert): Add extra
1555 (block_entry::do_divert): If an entry spans multiple columns and a
2017 block_entry::position_vertically): For a centered entry, perform
4386 * tbl/table.c (block_entry::do_divert): Declare return type as
4388 (block_entry::divert, alphabetic_block_entry::divert): Return 1.
4574 (block_entry::divert): Split off body into ...
4575 (block_entry::do_divert): If the block is alphabetic, subtract 2n
H A DChangeLog3113 * src/preproc/tbl/table.cpp (block_entry::do_divert): Call