Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Ddemandoc.c41 static void pmdoc(const struct roff_node *, int *, int *, int);
134 pmdoc(meta->first->child, &line, &col, list); in pmandoc()
246 pmdoc(const struct roff_node *p, int *line, int *col, int list) in pmdoc() function
255 pmdoc(p->child, line, col, list); in pmdoc()