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

/freebsd-12-stable/contrib/mandoc/
H A Droff_html.c29 #define ROFF_HTML_ARGS struct html *h, const struct roff_node *n macro
31 typedef void (*roff_html_pre_fp)(ROFF_HTML_ARGS);
33 static void roff_html_pre_br(ROFF_HTML_ARGS);
34 static void roff_html_pre_ce(ROFF_HTML_ARGS);
35 static void roff_html_pre_fi(ROFF_HTML_ARGS);
36 static void roff_html_pre_ft(ROFF_HTML_ARGS);
37 static void roff_html_pre_nf(ROFF_HTML_ARGS);
38 static void roff_html_pre_sp(ROFF_HTML_ARGS);
65 roff_html_pre_br(ROFF_HTML_ARGS)
71 roff_html_pre_ce(ROFF_HTML_ARGS)
[all...]

Completed in 101 milliseconds