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