Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c65 static int child_an(const struct roff_node *);
2402 child_an(const struct roff_node *n) in child_an() function
2406 if ((n->tok == MDOC_An && n->child != NULL) || child_an(n)) in child_an()
2415 if ( ! child_an(mdoc->last)) in post_sh_authors()