Home | History | Annotate | Download | only in cups

Lines Matching refs:emulations

148   * Free any emulations...
153 for (i = ppd->num_emulations, emul = ppd->emulations; i > 0; i --, emul ++)
159 ppd_free(ppd->emulations);
1215 if ((ppd->emulations = calloc((size_t)count, sizeof(ppd_emul_t))) == NULL)
1224 for (nameptr = ppd->emulations[i].name;
1227 if (nameptr < (ppd->emulations[i].name + sizeof(ppd->emulations[i].name) - 1))
1241 if (!strcmp(keyword + 14, ppd->emulations[i].name))
1243 ppd->emulations[i].start = string;
1252 if (!strcmp(keyword + 13, ppd->emulations[i].name))
1254 ppd->emulations[i].stop = string;