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

  /src/external/bsd/mdocml/dist/
mdoc_validate.c 65 static int child_an(const struct roff_node *);
2405 child_an(const struct roff_node *n) function
2409 if ((n->tok == MDOC_An && n->child != NULL) || child_an(n))
2418 if ( ! child_an(mdoc->last))

Completed in 17 milliseconds