Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h141 char *html_make_id(const struct roff_node *, int);
H A Dhtml.c362 html_make_id(const struct roff_node *n, int unique) in html_make_id() function
809 id = html_make_id(n, 1); in print_otag_id()
811 href = id == NULL ? html_make_id(n, 2) : id; in print_otag_id()
941 if (n != NULL && (href = html_make_id(n, 2)) != NULL) { in print_tagged_text()
H A Dmdoc_html.c545 id = html_make_id(sn->head, 0); in mdoc_sh_pre()
555 id = html_make_id(subn->head, 0); in mdoc_sh_pre()
697 if ((id = html_make_id(n, 1)) != NULL) { in mdoc_tg_pre()
924 id = html_make_id(n, 0); in mdoc_sx_pre()
1230 id = n->flags & NODE_ID ? html_make_id(n, 1) : NULL; in mdoc_pp_pre()