Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dread.c49 struct mdoc *pmdoc; /* persistent mdoc parser */ member
294 if (NULL == curp->pmdoc) in choose_parser()
295 curp->pmdoc = mdoc_alloc( in choose_parser()
298 assert(curp->pmdoc); in choose_parser()
299 curp->mdoc = curp->pmdoc; in choose_parser()
694 curp->mdoc = curp->pmdoc; in mparse_end()
901 curp->pmdoc = mdoc_alloc( in mparse_alloc()
937 if (curp->pmdoc) in mparse_free()
938 mdoc_free(curp->pmdoc); in mparse_free()