Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-table.h81 int find_column (int pos);
H A Dhtml-table.cpp638 int html_table::find_column (int pos) in find_column() function in html_table
H A Dpost-html.cpp3045 int col = table->find_column(atoi(s) + pageoffset + get_troff_indent()); in do_tab()
3060 int col = table->find_column(pageoffset+get_troff_indent()); in do_tab0()