Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
HDpost-html.cpp3305 text_glob *start_of_table; in insert_tab_ts() local
3312 start_of_table = page_contents->glyphs.get_data(); in insert_tab_ts()
3314 return start_of_table; in insert_tab_ts()
3512 text_glob *start_of_table = NULL; in lookahead_for_tables() local
3568 if (type_of_col == tab_tag && start_of_table != NULL) { in lookahead_for_tables()
3571 start_of_table->remember_table(tbl); in lookahead_for_tables()
3576 start_of_table = NULL; in lookahead_for_tables()
3595 if (type_of_col == col_tag && start_of_table != NULL) { in lookahead_for_tables()
3598 start_of_table->remember_table(tbl); in lookahead_for_tables()
3601 start_of_table = NULL; in lookahead_for_tables()
[all …]