Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1999 int current_column; member in html_printer
2996 current_column = 0; in do_tab_ts()
3075 if (atoi(s) < current_column) in do_col()
3078 current_column = atoi(s); in do_col()
3080 table->emit_col(current_column); in do_col()
4197 current_column(0), in html_printer()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog711 `current_column' and `row_space'.