Searched refs:colmin (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp3519 int colmin = 0; // pacify compiler local
3583 colmin = 0;
3587 colmin = g->get_tab_args(&align);
3589 ncol = tbl->find_tab_column(colmin);
3590 colmin += pageoffset + get_troff_indent();
3609 colmin = 0;
3612 update_min_max(type_of_col, &colmin, &colmax, g);
3649 if ((ncol == 0) || (! tbl->add_column(ncol, colmin, colmax, align))) {

Completed in 100 milliseconds