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

/freebsd-12-stable/contrib/mandoc/
H A Droff_html.c40 static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = { variable
60 if (roff_html_pre_acts[n->tok] != NULL)
61 (*roff_html_pre_acts[n->tok])(h, n);

Completed in 44 milliseconds