Home
last modified time | relevance | path

Searched refs:roff_node_append (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc.c88 roff_node_append(mdoc, p); in mdoc_tail_alloc()
104 roff_node_append(mdoc, p); in mdoc_endbody_alloc()
131 roff_node_append(mdoc, p); in mdoc_block_alloc()
154 roff_node_append(mdoc, p); in mdoc_elem_alloc()
H A Droff_int.h67 void roff_node_append(struct roff_man *, struct roff_node *);
H A Droff.c904 roff_node_append(struct roff_man *man, struct roff_node *n) in roff_node_append() function
964 roff_node_append(man, n); in roff_word_alloc()
990 roff_node_append(man, n); in roff_elem_alloc()
1000 roff_node_append(man, n); in roff_block_alloc()
1011 roff_node_append(man, n); in roff_head_alloc()
1022 roff_node_append(man, n); in roff_body_alloc()
1038 roff_node_append(man, n); in roff_addtbl()
1086 roff_node_append(man, n); in roff_node_relink()
1253 roff_node_append(r->man, n); in roff_expand()
3308 roff_node_append(r->man, n); in roff_EQ()