Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_int.h76 void roff_node_relink(struct roff_man *, struct roff_node *);
H A Dmdoc_validate.c937 roff_node_relink(mdoc, n); in build_list()
1403 roff_node_relink(mdoc, n->last); in post_nm()
1479 roff_node_relink(mdoc, in post_display()
1807 roff_node_relink(mdoc, nc); in post_bl_block()
1964 roff_node_relink(mdoc, nbody->child); in post_bl()
1990 roff_node_relink(mdoc, nchild); in post_bl()
2068 roff_node_relink(mdoc, nch); in post_sm()
H A Dman_validate.c346 roff_node_relink(man, nc->body->last); in post_SH()
H A Dmdoc_macro.c1313 roff_node_relink(mdoc, n); in blk_part_imp()
H A Droff.c1090 roff_node_relink(struct roff_man *man, struct roff_node *n) in roff_node_relink() function