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

/freebsd-13-stable/contrib/mandoc/
H A Droff_html.c87 if (html_fillmode(h, TOKEN_NONE) == ROFF_fi)
103 if (html_fillmode(h, TOKEN_NONE) == ROFF_nf)
110 if (html_fillmode(h, TOKEN_NONE) == ROFF_nf) {
H A Dhtml.h132 enum roff_tok html_fillmode(struct html *, enum roff_tok);
H A Dhtml.c302 html_fillmode(struct html *h, enum roff_tok want) function
H A Dman_html.c170 html_fillmode(h, n->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi);
H A Dmdoc_html.c354 html_fillmode(h, n->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi);

Completed in 116 milliseconds