Searched refs:roff_block_alloc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | roff_int.h | 73 struct roff_node *roff_block_alloc(struct roff_man *, int, int, int);
|
H A D | man_macro.c | 311 roff_block_alloc(man, line, ppos, tok); in blk_exp() 354 roff_block_alloc(man, line, ppos, tok); in blk_imp()
|
H A D | mdoc_macro.c | 1335 roff_block_alloc(mdoc, line, ppos, tok); in blk_part_exp()
|
H A D | mdoc_validate.c | 2030 roff_block_alloc(mdoc, nchild->line, nchild->pos, MDOC_It); in post_bl()
|
H A D | roff.c | 1003 roff_block_alloc(struct roff_man *man, int line, int pos, int tok) in roff_block_alloc() function
|