Lines Matching defs:table

1 /*	$NetBSD: table.cpp,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $	*/
24 #include "table.h"
55 #define TABLE_DIVERSION_NAME PREFIX "table"
144 friend class table;
1007 virtual void print(table *) = 0;
1028 void print(table *);
1040 void text_stuff::print(table *)
1052 void print(table *);
1060 void single_hline_stuff::print(table *tbl)
1073 void print(table *);
1081 void double_hline_stuff::print(table *tbl)
1103 void contribute_to_bottom_macro(table *);
1116 void vertical_rule::contribute_to_bottom_macro(table *tbl)
1201 table::table(int nc, unsigned f, int ls, char dpc)
1219 table::~table()
1253 void table::set_delim(char c1, char c2)
1259 void table::set_minimum_width(int c, const string &w)
1265 void table::set_column_separation(int c, int n)
1271 void table::set_equal_column(int c)
1277 void table::add_stuff(stuff *p)
1285 void table::add_text_line(int r, const string &s, const char *filename, int lineno)
1290 void table::add_single_hline(int r)
1295 void table::add_double_hline(int r)
1300 void table::allocate(int r)
1341 void table::do_hspan(int r, int c)
1372 void table::do_vspan(int r, int c)
1448 void table::add_entry(int r, int c, const string &str, const entry_format *f,
1606 void table::add_vlines(int r, const char *v)
1613 void table::check()
1625 void table::print()
1646 void table::determine_row_type()
1691 void table::init_output()
1765 ".tm warning: page \\n%: table text block will not fit on one page\n"
1786 ".tm error: page \\n%: table will not fit on one page; use .TS H/.TH with a supporting macro package\n"
1923 void table::divide_span(int start_col, int end_col)
1956 void table::sum_columns(int start_col, int end_col)
1974 void table::build_span_list()
2009 void table::compute_separation_factor()
2036 void table::compute_column_positions()
2071 void table::make_columns_equal()
2094 void table::compute_widths()
2143 void table::print_single_hline(int r)
2187 void table::print_double_hline(int r)
2254 void table::compute_vrule_top_adjust(int start_row, int col, string &result)
2309 void table::compute_vrule_bot_adjust(int end_row, int col, string &result)
2372 void table::add_vertical_rule(int start_row, int end_row, int col, int is_double)
2380 void table::build_vrule_list()
2437 void table::define_bottom_macro()
2477 int table::vline_spanned(int r, int c)
2487 int table::row_begins_section(int r)
2496 int table::row_ends_section(int r)
2505 void table::do_row(int r)
2671 void table::do_top()
2700 void table::do_bottom()
2721 int table::get_nrows()