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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c124 static const struct htmlmdoc mdocs[MDOC_MAX] = { variable in typeref:struct:htmlmdoc
426 if (mdocs[n->tok].pre && (n->end == ENDBODY_NOT || n->child))
427 child = (*mdocs[n->tok].pre)(meta, n, h);
445 if ( ! mdocs[n->tok].post || n->flags & MDOC_ENDED)
447 (*mdocs[n->tok].post)(meta, n, h);

Completed in 47 milliseconds