Searched refs:ppd_emul_t (Results 1 – 2 of 2) sorted by relevance
222 } ppd_emul_t; typedef308 ppd_emul_t *emulations; /* Emulations and the code to invoke them */
120 ppd_emul_t *emul; /* Current emulation */ in ppdClose()1217 if ((ppd->emulations = calloc((size_t)count, sizeof(ppd_emul_t))) == NULL) in _ppdOpen()