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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp3522 const char *tab_defs = NULL; local
3574 if (tab_defs != NULL)
3575 tbl->tab_stops->init(tab_defs);
3604 if (tab_defs != NULL)
3605 tbl->tab_stops->init(tab_defs);
3629 tab_defs = g->text_string;
3632 tbl->tab_stops->check_init(tab_defs);
3634 if (!tbl->tab_stops->compatible(tab_defs)) {
3643 tbl->tab_stops->init(tab_defs);

Completed in 55 milliseconds