Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Dhtml.h133 char *html_make_id(const struct roff_node *, int);
H A Dmdoc_html.c517 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 Dman_html.c329 id = html_make_id(n, 1); in man_SH_pre()
H A Dhtml.c332 html_make_id(const struct roff_node *n, int unique) in html_make_id() function