Searched refs:print_mdoc (Results 1 – 2 of 2) sorted by relevance
35 static void print_mdoc(const struct mdoc_node *, int);44 print_mdoc(mdoc_node(mdoc), 0); in tree_mdoc()58 print_mdoc(const struct mdoc_node *n, int indent) in print_mdoc() function174 print_mdoc(n->child, indent + 1); in print_mdoc()176 print_mdoc(n->next, indent); in print_mdoc()
51 static void print_mdoc(MDOC_ARGS);266 print_mdoc(mdoc_meta(mdoc), mdoc_node(mdoc), in html_mdoc()354 print_mdoc(MDOC_ARGS) in print_mdoc() function