Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp187 class text_entry : public simple_entry { class
192 text_entry(char *, const entry_modifier *);
193 ~text_entry();
196 void text_entry::print_contents() in print_contents()
203 class repeated_char_entry : public text_entry {
209 class simple_text_entry : public text_entry {
236 class numeric_text_entry : public text_entry {
244 class alphabetic_text_entry : public text_entry {
451 text_entry::text_entry(char *s, const entry_modifier *m) in text_entry() function in text_entry
456 text_entry::~text_entry() in ~text_entry()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151578 * tbl/table.cc (text_entry::print_contents): New function.
4421 (text_entry::simple_print, simple_text_entry::simple_print):