Home
last modified time | relevance | path

Searched refs:right_block_entry (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/groff/groff-1.18.1.1/src/preproc/tbl/
H A Dtable.cc309 class right_block_entry : public block_entry { class
311 right_block_entry(char *s, const entry_modifier *m);
740 right_block_entry::right_block_entry(char *s, const entry_modifier *m) in right_block_entry() function in right_block_entry
745 void right_block_entry::print() in print()
1528 e = new right_block_entry(s, f); in add_entry()
/dports/textproc/groff/groff-1.22.4/src/preproc/tbl/
H A Dtable.cpp315 class right_block_entry : public block_entry { class
317 right_block_entry(const table *, const entry_modifier *, char *);
766 right_block_entry::right_block_entry(const table *p, in right_block_entry() function in right_block_entry
772 void right_block_entry::print() in print()
1570 e = new right_block_entry(this, f, s); in add_entry()