Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_html.c122 static const struct htmlmdoc mdocs[MDOC_MAX] = { variable
457 if (mdocs[n->tok].pre && ENDBODY_NOT == n->end) in print_mdoc_node()
458 child = (*mdocs[n->tok].pre)(meta, n, h); in print_mdoc_node()
482 if (mdocs[n->tok].post && ENDBODY_NOT == n->end) in print_mdoc_node()
483 (*mdocs[n->tok].post)(meta, n, h); in print_mdoc_node()