Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Droff_int.h74 struct roff_node *roff_head_alloc(struct roff_man *, int, int, int);
H A Dmdoc_macro.c1086 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full()
1161 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full()
1196 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full()
1265 rew_last(mdoc, roff_head_alloc(mdoc, line, ppos, tok)); in blk_part_imp()
1348 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_part_exp()
1370 rew_last(mdoc, roff_head_alloc(mdoc, line, ppos, tok)); in blk_part_exp()
H A Dman_macro.c307 head = roff_head_alloc(man, line, ppos, tok); in blk_exp()
350 n = roff_head_alloc(man, line, ppos, tok); in blk_imp()
H A Dmdoc_validate.c1972 roff_head_alloc(mdoc, nchild->line, nchild->pos, MDOC_It); in post_bl()
H A Droff.c1007 roff_head_alloc(struct roff_man *man, int line, int pos, int tok) in roff_head_alloc() function