Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
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) in roff_html_pre_br() argument
71 roff_html_pre_ce(ROFF_HTML_ARGS) in roff_html_pre_ce() argument
[all …]