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

/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2084 void update_min_max (colType type_of_col, int *minimum, int *maximum, text_glob *g);
3467 void html_printer::update_min_max (colType type_of_col, int *minimum, int *maximum, text_glob *g) argument
3469 switch (type_of_col) {
3514 colType type_of_col = none; local
3568 if (type_of_col == tab_tag && start_of_table != NULL) {
3579 type_of_col = col_tag;
3586 type_of_col = tab_tag;
3595 if (type_of_col == col_tag && start_of_table != NULL) {
3607 type_of_col = tab0_tag;
3612 update_min_max(type_of_col,
[all...]

Completed in 158 milliseconds