Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_html.c31 #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
[all …]