Searched refs:num_emulations (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cups-408/cups/cups/
H A Dppd.h306 int num_emulations; /* Number of emulations supported */ member in struct:ppd_file_s
H A Dppd.c134 if (ppd->num_emulations > 0)
136 for (i = ppd->num_emulations, emul = ppd->emulations; i > 0; i --, emul ++)
1131 ppd->num_emulations = count;
1157 for (i = 0; i < ppd->num_emulations; i ++)
1168 for (i = 0; i < ppd->num_emulations; i ++)
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c1539 _cupsLangPrintf(stdout, " num_emulations = %d",
1540 ppd->num_emulations);
1541 for (j = 0; j < ppd->num_emulations; j ++)

Completed in 75 milliseconds