Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp325 class alphabetic_block_entry : public block_entry { class
327 alphabetic_block_entry(char *s, const entry_modifier *m);
771 alphabetic_block_entry::alphabetic_block_entry(char *s, in alphabetic_block_entry() function in alphabetic_block_entry
777 int alphabetic_block_entry::divert(int ncols, const string *mw, int *sep) in divert()
783 void alphabetic_block_entry::print() in print()
1557 e = new alphabetic_block_entry(s, f); in add_entry()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151357 * tbl/table.cc (alphabetic_block_entry::print): start_row was used
1551 block_entry::divert, alphabetic_block_entry::divert): Add extra
4388 (block_entry::divert, alphabetic_block_entry::divert): Return 1.
4571 (alphabetic_block_entry::alphabetic_block_entry,
4572 alphabetic_block_entry::divert, alphabetic_block_entry::print):