Searched refs:mdoc_elem_alloc (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/mdocml/ |
| HD | mdoc_macro.c | 885 if ( ! mdoc_elem_alloc(m, line, ppos, tok, arg)) in in_line() 920 if ( ! mdoc_elem_alloc(m, line, ppos, tok, arg)) in in_line() 935 if ( ! mdoc_elem_alloc(m, line, ppos, tok, arg)) in in_line() 968 if ( ! mdoc_elem_alloc(m, line, ppos, tok, arg)) in in_line() 1550 if ( ! mdoc_elem_alloc(m, line, la, tok, arg)) in in_line_argn() 1585 if (0 == j && ! mdoc_elem_alloc(m, line, la, tok, arg)) in in_line_argn() 1634 if ( ! mdoc_elem_alloc(m, line, ppos, tok, arg)) in in_line_eoln()
|
| HD | libmdoc.h | 109 int mdoc_elem_alloc(struct mdoc *, int, int,
|
| HD | mdoc.c | 544 mdoc_elem_alloc(struct mdoc *m, int line, int pos, in mdoc_elem_alloc() function 799 if ( ! mdoc_elem_alloc(m, line, offs, MDOC_sp, NULL)) in mdoc_ptext()
|