Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp244 class alphabetic_text_entry : public text_entry { class
246 alphabetic_text_entry(char *s, const entry_modifier *m);
589 alphabetic_text_entry::alphabetic_text_entry(char *s, const entry_modifier *m) in alphabetic_text_entry() function in alphabetic_text_entry
594 void alphabetic_text_entry::do_width() in do_width()
603 void alphabetic_text_entry::simple_print(int) in simple_print()
614 void alphabetic_text_entry::add_tab() in add_tab()
1559 e = new alphabetic_text_entry(s, f); in add_entry()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151582 alphabetic_text_entry::do_width): Don't store the contents of the
1586 alphabetic_text_entry::simple_print,
3368 * tbl/table.c (alphabetic_text_entry::add_tab): New function.