Searched refs:html_make_id (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | html.h | 143 char *html_make_id(const struct roff_node *, int);
|
| H A D | html.c | 365 html_make_id(const struct roff_node *n, int unique) in html_make_id() function 818 id = html_make_id(n, 1); in print_otag_id() 820 href = id == NULL ? html_make_id(n, 2) : id; in print_otag_id() 950 if (n != NULL && (href = html_make_id(n, 2)) != NULL) { in print_tagged_text()
|
| H A D | mdoc_html.c | 559 id = html_make_id(sn->head, 0); in mdoc_sh_pre() 569 id = html_make_id(subn->head, 0); in mdoc_sh_pre() 719 if ((id = html_make_id(n, 1)) != NULL) { in mdoc_tg_pre() 946 id = html_make_id(n, 0); in mdoc_sx_pre() 1252 id = n->flags & NODE_ID ? html_make_id(n, 1) : NULL; in mdoc_pp_pre()
|