Searched refs:text_entry (Results 1 – 2 of 2) sorted by relevance
187 class text_entry : public simple_entry { class192 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_entry456 text_entry::~text_entry() in ~text_entry()[all …]
1578 * tbl/table.cc (text_entry::print_contents): New function.4421 (text_entry::simple_print, simple_text_entry::simple_print):