Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c114 static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
517 return pspdf_alloc(outopts, TERMTYPE_PDF); in pdf_alloc()
523 return pspdf_alloc(outopts, TERMTYPE_PS); in ps_alloc()
527 pspdf_alloc(const struct manoutput *outopts, enum termtype type) in pspdf_alloc() function