Searched refs:tab_stops (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.h80 class tab_stops { class
84 tab_stops();
85 tab_stops(hunits distance, tab_type type);
86 tab_stops(const tab_stops &);
87 ~tab_stops();
88 void operator=(const tab_stops &);
256 tab_stops tabs;
H A Denv.cpp2581 tab_stops::tab_stops(hunits distance, tab_type type) function in class:tab_stops
2587 tab_stops::~tab_stops()
2592 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance)
2599 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance,
2628 const char *tab_stops::to_string()
2692 tab_stops::tab_stops() : initial_list(0), repeated_list(0) function in class:tab_stops
2696 tab_stops function in class:tab_stops
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h97 tabs *tab_stops; /* tab stop positions */ member in class:html_table
H A Dhtml-table.cpp244 tab_stops = new tabs();
250 if (tab_stops != NULL)
251 delete tab_stops;
628 return tab_stops->find_tab(pos)+1;
701 return tab_stops->get_tab_pos(n);
706 return tab_stops->get_tab_align(n);
718 tab_stops->dump_tabs();
H A Dpost-html.cpp3575 tbl->tab_stops->init(tab_defs);
3605 tbl->tab_stops->init(tab_defs);
3632 tbl->tab_stops->check_init(tab_defs);
3634 if (!tbl->tab_stops->compatible(tab_defs)) {
3643 tbl->tab_stops->init(tab_defs);

Completed in 75 milliseconds