Searched refs:roff_elem_alloc (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | man_macro.c | 260 roff_elem_alloc(man, line, ppos, ROFF_br); in blk_close() 295 roff_elem_alloc(man, line, ppos, tok); in blk_close() 393 roff_elem_alloc(man, line, ppos, tok); in in_line_eoln()
|
H A D | roff_int.h | 72 void roff_elem_alloc(struct roff_man *, int, int, int);
|
H A D | man.c | 137 roff_elem_alloc(man, line, offs, ROFF_sp); in man_ptext()
|
H A D | mdoc.c | 257 roff_elem_alloc(mdoc, line, offs, ROFF_sp); in mdoc_ptext()
|
H A D | mdoc_validate.c | 935 roff_elem_alloc(mdoc, n->line, n->pos, tok); in build_list() 970 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Nm); in post_ex() 1051 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Va); in post_rv() 2884 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Ns); in post_bx() 2897 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Ns); in post_bx() 2902 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Ns); in post_bx()
|
H A D | roff.c | 993 roff_elem_alloc(struct roff_man *man, int line, int pos, int tok) in roff_elem_alloc() function 3451 roff_elem_alloc(r->man, ln, ppos, tok); in roff_noarg() 3481 roff_elem_alloc(r->man, ln, ppos, tok); in roff_onearg() 3530 roff_elem_alloc(r->man, ln, ppos, tok); in roff_manyarg() 3739 roff_elem_alloc(r->man, ln, ppos, tok); in roff_mc()
|
H A D | mdoc_macro.c | 690 roff_elem_alloc(mdoc, line, ppos, ROFF_br); in blk_exp_close() 1047 roff_elem_alloc(mdoc, line, ppos, ROFF_br); in blk_full()
|