Searched refs:html_make_id (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/mandoc/ |
| H A D | html.h | 133 char *html_make_id(const struct roff_node *, int);
|
| H A D | mdoc_html.c | 517 return html_make_id(n, 1); in cond_id() 552 id = html_make_id(sn->head, 0); in mdoc_sh_pre() 562 id = html_make_id(subn->head, 0); in mdoc_sh_pre() 581 id = html_make_id(n, 1); in mdoc_sh_pre() 614 id = html_make_id(n, 1); in mdoc_ss_pre() 944 id = html_make_id(n, 0); in mdoc_sx_pre() 1071 html_make_id(n, 1) : NULL; in mdoc_er_pre()
|
| H A D | man_html.c | 329 id = html_make_id(n, 1); in man_SH_pre()
|
| H A D | html.c | 332 html_make_id(const struct roff_node *n, int unique) in html_make_id() function
|