Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-table.h51 int find_tab (int pos);
H A Dhtml-table.cpp181 int tabs::find_tab (int pos) in find_tab() function in tabs
630 return tab_stops->find_tab(pos)+1; in find_tab_column()