Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c517 struct roff_node *sn, *subn; in mdoc_sh_pre() local
551 for (subn = sn->body->child; subn != NULL; in mdoc_sh_pre()
552 subn = subn->next) { in mdoc_sh_pre()
553 if (subn->tok != MDOC_Ss) in mdoc_sh_pre()
555 id = html_make_id(subn->head, 0); in mdoc_sh_pre()
565 subn->head->child, h); in mdoc_sh_pre()