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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c58 static int child_an(const struct roff_node *);
1741 child_an(const struct roff_node *n) function
1745 if ((n->tok == MDOC_An && n->child != NULL) || child_an(n))
1754 if ( ! child_an(mdoc->last))

Completed in 47 milliseconds