Home
last modified time | relevance | path

Searched refs:mdoc_elem_alloc (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/mdocml/
HDmdoc_macro.c885 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()
HDlibmdoc.h109 int mdoc_elem_alloc(struct mdoc *, int, int,
HDmdoc.c544 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()