Lines Matching defs:mchars
109 static struct termp *pspdf_alloc(const struct mchars *, char *);
510 pdf_alloc(const struct mchars *mchars, char *outopts)
514 if (NULL != (p = pspdf_alloc(mchars, outopts)))
521 ps_alloc(const struct mchars *mchars, char *outopts)
525 if (NULL != (p = pspdf_alloc(mchars, outopts)))
532 pspdf_alloc(const struct mchars *mchars, char *outopts)
542 p->symtab = mchars;