Home
last modified time | relevance | path

Searched refs:get_tab_align (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-table.h53 char get_tab_align (int n);
83 char get_tab_align (int n);
H A Dhtml-table.cpp211 char tabs::get_tab_align (int n) in get_tab_align() function in tabs
706 char html_table::get_tab_align (int n) in get_tab_align() function in html_table
708 return tab_stops->get_tab_align(n); in get_tab_align()