Searched refs:roff_node_child (Results 1 – 4 of 4) sorted by relevance
211 (nch = roff_node_child(n->body)) != NULL && in print_bvspace() 690 (n->tok == MAN_SS && roff_node_child(n->body) == NULL)) in pre_SS() 732 (n->tok == MAN_SH && roff_node_child(n->body) == NULL)) in pre_SH()
558 struct roff_node *roff_node_child(struct roff_node *);
2010 nchild = roff_node_child(nbody); in post_bl()
1150 roff_node_child(struct roff_node *n) in roff_node_child() function