Lines Matching refs:ROFF_HTML_ARGS
31 #define ROFF_HTML_ARGS struct html *h, const struct roff_node *n macro
33 typedef void (*roff_html_pre_fp)(ROFF_HTML_ARGS);
35 static void roff_html_pre_br(ROFF_HTML_ARGS);
36 static void roff_html_pre_ce(ROFF_HTML_ARGS);
37 static void roff_html_pre_fi(ROFF_HTML_ARGS);
38 static void roff_html_pre_ft(ROFF_HTML_ARGS);
39 static void roff_html_pre_nf(ROFF_HTML_ARGS);
40 static void roff_html_pre_sp(ROFF_HTML_ARGS);
67 roff_html_pre_br(ROFF_HTML_ARGS) in roff_html_pre_br() argument
73 roff_html_pre_ce(ROFF_HTML_ARGS) in roff_html_pre_ce() argument
87 roff_html_pre_fi(ROFF_HTML_ARGS) in roff_html_pre_fi() argument
94 roff_html_pre_ft(ROFF_HTML_ARGS) in roff_html_pre_ft() argument
103 roff_html_pre_nf(ROFF_HTML_ARGS) in roff_html_pre_nf() argument
110 roff_html_pre_sp(ROFF_HTML_ARGS) in roff_html_pre_sp() argument