Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
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()
1266 roff_node_relink(mdoc, n->last); in post_nm()
1342 roff_node_relink(mdoc, in post_display()
1620 roff_node_relink(mdoc, nc); in post_bl_block()
1780 roff_node_relink(mdoc, nchild); in post_bl()
1897 roff_node_relink(mdoc, nch); in post_sm()
H A Dman_validate.c257 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.c1082 roff_node_relink(struct roff_man *man, struct roff_node *n) in roff_node_relink() function