Searched refs:mdocs (Results 1 – 1 of 1) sorted by relevance
124 static const struct htmlmdoc mdocs[MDOC_MAX] = { variable437 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()