Home
last modified time | relevance | path

Searched refs:tab_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.h80 enum tab_type { TAB_NONE, TAB_LEFT, TAB_CENTER, TAB_RIGHT }; enum
87 tab_stops(hunits distance, tab_type type);
91 tab_type distance_to_next_tab(hunits pos, hunits *distance);
92 tab_type distance_to_next_tab(hunits curpos, hunits *distance, hunits *leftpos);
94 void add_tab(hunits pos, tab_type type, int repeated);
199 tab_type current_tab;
235 tab_type distance_to_next_tab(hunits *);
236 tab_type distance_to_next_tab(hunits *distance, hunits *leftpos);
H A Denv.cpp2542 tab_type type;
2543 tab(hunits, tab_type);
2579 tab::tab(hunits x, tab_type t) : next(0), pos(x), type(t) in tab()
2583 tab_stops::tab_stops(hunits distance, tab_type type) 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()
2731 void tab_stops::add_tab(hunits pos, tab_type type, int repeated) in add_tab()
2774 tab_type type = TAB_LEFT; in set_tabs()
2805 tab_type environment::distance_to_next_tab(hunits *distance) in distance_to_next_tab()
2812 tab_type environment::distance_to_next_tab(hunits *distance, hunits *leftpos) in distance_to_next_tab()
[all …]
H A Dmtsm.cpp270 enum tab_type t; in add_tag_ta()