Searched refs:distance_to_next_tab (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Denv.h89 tab_type distance_to_next_tab(hunits pos, hunits *distance);
90 tab_type distance_to_next_tab(hunits curpos, hunits *distance, hunits *leftpos);
233 tab_type distance_to_next_tab(hunits *);
234 tab_type distance_to_next_tab(hunits *distance, hunits *leftpos);
H A Denv.cpp2592 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance) function in class:tab_stops
2596 return distance_to_next_tab(curpos, distance, &nextpos);
2599 tab_type tab_stops::distance_to_next_tab(hunits curpos, hunits *distance, function in class:tab_stops
2803 tab_type environment::distance_to_next_tab(hunits *distance) function in class:environment
2806 ? curenv->tabs.distance_to_next_tab(get_text_length(), distance)
2807 : curenv->tabs.distance_to_next_tab(get_input_line_position(), distance);
2810 tab_type environment::distance_to_next_tab(hunits *distance, hunits *leftpos) function in class:environment
2813 ? curenv->tabs.distance_to_next_tab(get_text_length(), distance, leftpos)
2814 : curenv->tabs.distance_to_next_tab(get_input_line_position(), distance,
2911 tab_type t = distance_to_next_tab(
[all...]
H A Dmtsm.cpp270 t = curenv->tabs.distance_to_next_tab(l, &d);

Completed in 54 milliseconds