HomeSort by: relevance | last modified time | path
    Searched defs:print_mdoc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/mdocml/dist/
tree.c 44 static void print_mdoc(const struct roff_node *, int);
53 print_mdoc(mdoc->first->child, 0);
86 print_mdoc(const struct roff_node *n, int indent) function
200 print_mdoc(n->child, indent +
203 print_mdoc(n->next, indent);

Completed in 49 milliseconds