Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc.c53 static int mdoc_ptext(struct roff_man *, int, char *, int);
81 mdoc_ptext(mdoc, ln, buf, offs); in mdoc_parseln()
165 mdoc_ptext(struct roff_man *mdoc, int line, char *buf, int offs) in mdoc_ptext() function