Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_html.c124 static const struct htmlmdoc mdocs[MDOC_MAX] = { variable
437 if (mdocs[n->tok].pre && (n->end == ENDBODY_NOT || n->child)) in print_mdoc_node()
438 child = (*mdocs[n->tok].pre)(meta, n, h); in print_mdoc_node()
459 if ( ! mdocs[n->tok].post || n->flags & MDOC_ENDED) in print_mdoc_node()
461 (*mdocs[n->tok].post)(meta, n, h); in print_mdoc_node()