HomeSort by relevance Sort by last modified time
    Searched full:num_emulations (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
ppd.h 305 int num_emulations; /* Number of emulations supported */ member in struct:ppd_file_s
ppd.c 151 if (ppd->num_emulations > 0)
153 for (i = ppd->num_emulations, emul = ppd->emulations; i > 0; i --, emul ++)
1214 ppd->num_emulations = count;
    [all...]

Completed in 671 milliseconds