Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff_int.h77 void roff_node_relink(struct roff_man *, struct roff_node *);
H A Dmdoc_validate.c937 roff_node_relink(mdoc, n); in build_list()
1425 roff_node_relink(mdoc, n->last); in post_nm()
1501 roff_node_relink(mdoc, in post_display()
1829 roff_node_relink(mdoc, nc); in post_bl_block()
2030 roff_node_relink(mdoc, nbody->child); in post_bl()
2056 roff_node_relink(mdoc, nchild); in post_bl()
2134 roff_node_relink(mdoc, nch); in post_sm()
H A Dman_validate.c337 roff_node_relink(man, nc->body->last); in post_SH()
H A Dmdoc_macro.c1315 roff_node_relink(mdoc, n); in blk_part_imp()
H A Droff.c1085 roff_node_relink(struct roff_man *man, struct roff_node *n) in roff_node_relink() function