Searched refs:roff_node_child (Results 1 – 4 of 4) sorted by relevance
213 (nch = roff_node_child(n->body)) != NULL && in print_bvspace()687 (n->tok == MAN_SS && roff_node_child(n->body) == NULL)) in pre_SS()728 (n->tok == MAN_SH && roff_node_child(n->body) == NULL)) in pre_SH()
558 struct roff_node *roff_node_child(struct roff_node *);
1989 nchild = roff_node_child(nbody); in post_bl()
1155 roff_node_child(struct roff_node *n) in roff_node_child() function