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

/freebsd-11-stable/contrib/mdocml/
H A Droff_html.c36 static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = { variable
54 if (roff_html_pre_acts[n->tok] != NULL)
55 (*roff_html_pre_acts[n->tok])(h, n);

Completed in 67 milliseconds