Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp293 class block_entry : public table_entry { class
298 block_entry(char *s, const entry_modifier *m);
299 ~block_entry();
307 class left_block_entry : public block_entry {
313 class right_block_entry : public block_entry {
319 class center_block_entry : public block_entry {
325 class alphabetic_block_entry : public 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()
[all …]
/netbsd-src/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