HomeSort by: relevance | last modified time | path
    Searched refs:get_tab_pos (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-table.h 52 int get_tab_pos (int n);
82 int get_tab_pos (int n);
html-table.cpp 195 * get_tab_pos - returns the, nth, tab position
198 int tabs::get_tab_pos (int n) function in class:tabs
698 * get_tab_pos - returns the, nth, tab position
701 int html_table::get_tab_pos (int n) function in class:html_table
703 return tab_stops->get_tab_pos(n);
post-html.cpp 3593 colmax = tbl->get_tab_pos(ncol+1);
3612 colmax = tbl->get_tab_pos(2) + pageoffset + get_troff_indent();

Completed in 30 milliseconds