Searched refs:html_table (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h70 class html_table { class
72 html_table (simple_output *op, int linelen);
73 ~html_table (void);
129 html_table *table;
H A Dhtml-table.cpp238 * html_table - methods
241 html_table::html_table (simple_output *op, int linelen) function in class:html_table
247 html_table::~html_table ()
265 void html_table::remove_cols (cols *c)
282 void html_table::set_linelength (int linelen)
305 int html_table::get_effective_linelength (void)
317 void html_table::add_indent (int indent)
327 void html_table
[all...]
H A Dpost-html.cpp492 void remember_table (html_table *t);
493 html_table *get_table (void);
504 html_table *tab; // table description
902 void text_glob::remember_table (html_table *t)
913 html_table *text_glob::get_table (void)
1972 html_table *table;
2991 html_table *t = g->get_table();
3521 html_table *tbl = new html_table(&html, -1);
3572 tbl = new html_table(
[all...]

Completed in 57 milliseconds