Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
HDhtml-table.h50 int get_tab_pos (int n);
80 int get_tab_pos (int n);
HDhtml-table.cpp196 int tabs::get_tab_pos (int n) in get_tab_pos() function in tabs
699 int html_table::get_tab_pos (int n) in get_tab_pos() function in html_table
701 return tab_stops->get_tab_pos(n); in get_tab_pos()
HDpost-html.cpp3591 colmax = tbl->get_tab_pos(ncol+1); in lookahead_for_tables()
3610 colmax = tbl->get_tab_pos(2) + pageoffset + get_troff_indent(); in lookahead_for_tables()