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

/freebsd-10-stable/contrib/mdocml/
H A Dtree.c34 static void print_mdoc(const struct mdoc_node *, int);
43 print_mdoc(mdoc_node(mdoc), 0);
57 print_mdoc(const struct mdoc_node *n, int indent) function
172 print_mdoc(n->child, indent + 1);
174 print_mdoc(n->next, indent);
H A Dmdoc_html.c51 static void print_mdoc(MDOC_ARGS);
266 print_mdoc(mdoc_meta(m), mdoc_node(m), (struct html *)arg);
353 print_mdoc(MDOC_ARGS) function

Completed in 59 milliseconds