Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_macro.c925 if ( ! mdoc_elem_alloc(mdoc, line, in in_line()
962 if ( ! mdoc_elem_alloc(mdoc, line, in in_line()
978 if ( ! mdoc_elem_alloc(mdoc, line, ppos, tok, arg)) in in_line()
1012 if ( ! mdoc_elem_alloc(mdoc, line, ppos, tok, arg)) in in_line()
1608 if ( ! mdoc_elem_alloc(mdoc, line, la, tok, arg)) in in_line_argn()
1644 if (0 == j && ! mdoc_elem_alloc(mdoc, line, la, tok, arg)) in in_line_argn()
1693 if ( ! mdoc_elem_alloc(mdoc, line, ppos, tok, arg)) in in_line_eoln()
H A Dlibmdoc.h114 int mdoc_elem_alloc(struct mdoc *, int, int,
H A Dmdoc.c547 mdoc_elem_alloc(struct mdoc *mdoc, int line, int pos, in mdoc_elem_alloc() function
827 if ( ! mdoc_elem_alloc(mdoc, line, offs, MDOC_sp, NULL)) in mdoc_ptext()