Searched refs:roff_elem_alloc (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | man_macro.c | 253 roff_elem_alloc(man, line, ppos, ROFF_br); in blk_close() 288 roff_elem_alloc(man, line, ppos, tok); in blk_close() 386 roff_elem_alloc(man, line, ppos, tok); in in_line_eoln()
|
| D | roff_int.h | 70 void roff_elem_alloc(struct roff_man *, int, int, int);
|
| D | man.c | 135 roff_elem_alloc(man, line, offs, ROFF_sp); in man_ptext()
|
| D | mdoc_validate.c | 924 roff_elem_alloc(mdoc, n->line, n->pos, tok); in build_list() 959 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Nm); in post_ex() 1040 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Va); in post_rv() 2655 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Ns); in post_bx() 2668 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Ns); in post_bx() 2673 roff_elem_alloc(mdoc, n->line, n->pos, MDOC_Ns); in post_bx()
|
| D | mdoc.c | 255 roff_elem_alloc(mdoc, line, offs, ROFF_sp); in mdoc_ptext()
|
| D | mdoc_macro.c | 686 roff_elem_alloc(mdoc, line, ppos, ROFF_br); in blk_exp_close() 1043 roff_elem_alloc(mdoc, line, ppos, ROFF_br); in blk_full()
|
| D | roff.c | 985 roff_elem_alloc(struct roff_man *man, int line, int pos, int tok) in roff_elem_alloc() function 3362 roff_elem_alloc(r->man, ln, ppos, tok); in roff_noarg() 3392 roff_elem_alloc(r->man, ln, ppos, tok); in roff_onearg() 3441 roff_elem_alloc(r->man, ln, ppos, tok); in roff_manyarg()
|