Searched refs:mdoc_elem_alloc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | libmdoc.h | 69 void mdoc_elem_alloc(struct roff_man *, int, int,
|
H A D | mdoc_macro.c | 849 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line() 880 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line() 897 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line() 941 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line() 1437 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_argn() 1472 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_argn() 1530 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_eoln()
|
H A D | mdoc.c | 139 mdoc_elem_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_elem_alloc() function
|