Searched refs:mdoc_elem_alloc (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc_macro.c | 604 mdoc_elem_alloc(mdoc, line, ppos, MDOC_br, NULL); in blk_exp_close() 746 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line() 778 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line() 794 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line() 833 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line() 941 mdoc_elem_alloc(mdoc, line, ppos, MDOC_br, NULL); in blk_full() 1317 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_argn() 1350 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_argn() 1400 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_eoln()
|
H A D | libmdoc.h | 102 void mdoc_elem_alloc(struct mdoc *, int, int,
|
H A D | mdoc.c | 465 mdoc_elem_alloc(struct mdoc *mdoc, int line, int pos, in mdoc_elem_alloc() function 676 mdoc_elem_alloc(mdoc, line, offs, MDOC_sp, NULL); in mdoc_ptext()
|