Searched refs:child_an (Results 1 – 1 of 1) sorted by relevance
65 static int child_an(const struct roff_node *);2402 child_an(const struct roff_node *n) in child_an() function2406 if ((n->tok == MDOC_An && n->child != NULL) || child_an(n)) in child_an()2415 if ( ! child_an(mdoc->last)) in post_sh_authors()