Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff_html.c89 if (html_fillmode(h, TOKEN_NONE) == ROFF_fi) in roff_html_pre_fi()
105 if (html_fillmode(h, TOKEN_NONE) == ROFF_nf) in roff_html_pre_nf()
112 if (html_fillmode(h, TOKEN_NONE) == ROFF_nf) { in roff_html_pre_sp()
H A Dhtml.h142 enum roff_tok html_fillmode(struct html *, enum roff_tok);
H A Dman_html.c174 html_fillmode(h, ROFF_fi); in print_man_node()
175 else if (html_fillmode(h, ROFF_nf) == ROFF_nf && in print_man_node()
H A Dmdoc_html.c354 html_fillmode(h, ROFF_fi); in print_mdoc_node()
355 else if (html_fillmode(h, ROFF_nf) == ROFF_nf && in print_mdoc_node()
H A Dhtml.c320 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode() function