Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c217 (nch = roff_node_child(n->body)) != NULL && in print_bvspace()
675 (n->tok == MAN_SS && roff_node_child(n->body) == NULL)) in pre_SS()
716 (n->tok == MAN_SH && roff_node_child(n->body) == NULL)) in pre_SH()
H A Droff.h557 struct roff_node *roff_node_child(struct roff_node *);
H A Dmdoc_validate.c1944 nchild = roff_node_child(nbody); in post_bl()
H A Droff.c1155 roff_node_child(struct roff_node *n) in roff_node_child() function