Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtree.c44 static void print_mdoc(const struct roff_node *, int);
53 print_mdoc(mdoc->first->child, 0); in tree_mdoc()
86 print_mdoc(const struct roff_node *n, int indent) in print_mdoc() function
200 print_mdoc(n->child, indent + in print_mdoc()
203 print_mdoc(n->next, indent); in print_mdoc()