Searched refs:mdoc_ptext (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/mdocml/
H A Dmdoc.c103 static int mdoc_ptext(struct mdoc *, int, char *, int);
281 * the macro (mdoc_pmacro()) or text parser (mdoc_ptext()).
306 mdoc_ptext(m, ln, buf, offs));
674 if ( ! mdoc_ptext(m, line, buf, offs))
709 mdoc_ptext(struct mdoc *m, int line, char *buf, int offs) function

Completed in 105 milliseconds