Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Droff_int.h71 struct roff_node *roff_block_alloc(struct roff_man *, int, int, int);
H A Dman_macro.c304 roff_block_alloc(man, line, ppos, tok); in blk_exp()
347 roff_block_alloc(man, line, ppos, tok); in blk_imp()
H A Dmdoc_macro.c1331 roff_block_alloc(mdoc, line, ppos, tok); in blk_part_exp()
H A Dmdoc_validate.c1772 roff_block_alloc(mdoc, nchild->line, in post_bl()
H A Droff.c995 roff_block_alloc(struct roff_man *man, int line, int pos, int tok) in roff_block_alloc() function