Searched refs:tab_stops (Results 1 – 7 of 7) sorted by relevance
82 class tab_stops {86 tab_stops();87 tab_stops(hunits distance, tab_type type);88 tab_stops(const tab_stops &);89 ~tab_stops();90 void operator=(const tab_stops &);258 tab_stops tabs;
2583 tab_stops::tab_stops(hunits distance, tab_type type) in tab_stops() function in tab_stops2589 tab_stops::~tab_stops() in ~tab_stops()2594 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance) in distance_to_next_tab()2601 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance, in distance_to_next_tab()2630 const char *tab_stops::to_string() in to_string()2694 tab_stops::tab_stops() : initial_list(0), repeated_list(0) in tab_stops() function in tab_stops2698 tab_stops::tab_stops(const tab_stops &ts) in tab_stops() function in tab_stops2717 void tab_stops::clear() in clear()2731 void tab_stops::add_tab(hunits pos, tab_type type, int repeated) in add_tab()2740 void tab_stops::operator=(const tab_stops &ts) in operator =()[all …]
246 tab_stops = new tabs(); in html_table()252 if (tab_stops != NULL) in ~html_table()253 delete tab_stops; in ~html_table()630 return tab_stops->find_tab(pos)+1; in find_tab_column()703 return tab_stops->get_tab_pos(n); in get_tab_pos()708 return tab_stops->get_tab_align(n); in get_tab_align()720 tab_stops->dump_tabs(); in dump_table()
99 tabs *tab_stops; /* tab stop positions */ variable
3577 tbl->tab_stops->init(tab_defs); in lookahead_for_tables()3607 tbl->tab_stops->init(tab_defs); in lookahead_for_tables()3634 tbl->tab_stops->check_init(tab_defs); in lookahead_for_tables()3636 if (!tbl->tab_stops->compatible(tab_defs)) { in lookahead_for_tables()3645 tbl->tab_stops->init(tab_defs); in lookahead_for_tables()
546 (tab_stops::distance_to_next_tab): Add variant for handling
5722 * troff/env.c (tab_stops::to_string):