Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h131 void print_tagged_text(struct html *, const char *,
H A Dhtml.c904 print_tagged_text(h, word, NULL); in print_text()
908 print_tagged_text(struct html *h, const char *word, struct roff_node *n) in print_tagged_text() function
H A Dmdoc_html.c382 print_tagged_text(h, n->string, n); in print_mdoc_node()