Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_validate.c62 static int child_an(const struct roff_node *);
2229 child_an(const struct roff_node *n) in child_an() function
2233 if ((n->tok == MDOC_An && n->child != NULL) || child_an(n)) in child_an()
2242 if ( ! child_an(mdoc->last)) in post_sh_authors()