Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Droff_int.h75 void roff_node_relink(struct roff_man *, struct roff_node *);
H A Dmdoc_validate.c926 roff_node_relink(mdoc, n); in build_list()
1263 roff_node_relink(mdoc, n->last); in post_nm()
1339 roff_node_relink(mdoc, in post_display()
1617 roff_node_relink(mdoc, nc); in post_bl_block()
1777 roff_node_relink(mdoc, nchild); in post_bl()
1894 roff_node_relink(mdoc, nch); in post_sm()
H A Dman_validate.c256 roff_node_relink(man, nc->body->last); in post_SH()
H A Dmdoc_macro.c1312 roff_node_relink(mdoc, n); in blk_part_imp()
H A Droff.c1086 roff_node_relink(struct roff_man *man, struct roff_node *n) in roff_node_relink() function