Lines Matching refs:ROFF_HTML_ARGS
29 #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) in roff_html_pre_br() argument
71 roff_html_pre_ce(ROFF_HTML_ARGS) in roff_html_pre_ce() argument
85 roff_html_pre_fi(ROFF_HTML_ARGS) in roff_html_pre_fi() argument
92 roff_html_pre_ft(ROFF_HTML_ARGS) in roff_html_pre_ft() argument
101 roff_html_pre_nf(ROFF_HTML_ARGS) in roff_html_pre_nf() argument
108 roff_html_pre_sp(ROFF_HTML_ARGS) in roff_html_pre_sp() argument