Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff_html.c42 static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = { variable
62 if (roff_html_pre_acts[n->tok] != NULL) in roff_html_pre()
63 (*roff_html_pre_acts[n->tok])(h, n); in roff_html_pre()