Searched refs:html_make_id (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/mandoc/ |
H A D | html.h | 143 char *html_make_id(const struct roff_node *, int);
|
H A D | html.c | 363 html_make_id(const struct roff_node *n, int unique) in html_make_id() function 816 id = html_make_id(n, 1); in print_otag_id() 818 href = id == NULL ? html_make_id(n, 2) : id; in print_otag_id() 948 if (n != NULL && (href = html_make_id(n, 2)) != NULL) { in print_tagged_text()
|
H A D | mdoc_html.c | 548 id = html_make_id(sn->head, 0); in mdoc_sh_pre() 558 id = html_make_id(subn->head, 0); in mdoc_sh_pre() 708 if ((id = html_make_id(n, 1)) != NULL) { in mdoc_tg_pre() 935 id = html_make_id(n, 0); in mdoc_sx_pre() 1241 id = n->flags & NODE_ID ? html_make_id(n, 1) : NULL; in mdoc_pp_pre()
|