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

/freebsd-13-stable/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);
552 id = html_make_id(sn->head, 0);
562 id = html_make_id(subn->head, 0);
581 id = html_make_id(n, 1);
614 id = html_make_id(n, 1);
944 id = html_make_id(n, 0);
1071 html_make_id(n, 1) : NULL;
H A Dhtml.c332 html_make_id(const struct roff_node *n, int unique) function
H A Dman_html.c329 id = html_make_id(n, 1);

Completed in 110 milliseconds