Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Droff_int.h73 struct roff_node *roff_block_alloc(struct roff_man *, int, int, int);
Dman_macro.c306 roff_block_alloc(man, line, ppos, tok); in blk_exp()
349 roff_block_alloc(man, line, ppos, tok); in blk_imp()
Dmdoc_macro.c1330 roff_block_alloc(mdoc, line, ppos, tok); in blk_part_exp()
Dmdoc_validate.c1971 roff_block_alloc(mdoc, nchild->line, nchild->pos, MDOC_It); in post_bl()
Droff.c996 roff_block_alloc(struct roff_man *man, int line, int pos, int tok) in roff_block_alloc() function