Searched refs:roff_head_alloc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | roff_int.h | 72 struct roff_node *roff_head_alloc(struct roff_man *, int, int, int);
|
H A D | mdoc_macro.c | 1087 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full() 1162 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full() 1197 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full() 1266 rew_last(mdoc, roff_head_alloc(mdoc, line, ppos, tok)); in blk_part_imp() 1349 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_part_exp() 1371 rew_last(mdoc, roff_head_alloc(mdoc, line, ppos, tok)); in blk_part_exp()
|
H A D | man_macro.c | 305 head = roff_head_alloc(man, line, ppos, tok); in blk_exp() 348 n = roff_head_alloc(man, line, ppos, tok); in blk_imp()
|
H A D | mdoc_validate.c | 1774 roff_head_alloc(mdoc, nchild->line, in post_bl()
|
H A D | roff.c | 1006 roff_head_alloc(struct roff_man *man, int line, int pos, int tok) in roff_head_alloc() function
|