Home
last modified time | relevance | path

Searched refs:tab_stops (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.h82 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;
H A Denv.cpp2583 tab_stops::tab_stops(hunits distance, tab_type type) in tab_stops() function in tab_stops
2589 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_stops
2698 tab_stops::tab_stops(const tab_stops &ts) in tab_stops() function in tab_stops
2717 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 …]
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-table.cpp246 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()
H A Dhtml-table.h99 tabs *tab_stops; /* tab stop positions */ variable
H A Dpost-html.cpp3577 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()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.118546 (tab_stops::distance_to_next_tab): Add variant for handling
H A DChangeLog.1155722 * troff/env.c (tab_stops::to_string):