Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd.h299 int num_emulations; /* Number of emulations supported (no longer supported) @private@ */ member
Dppd.c1185 else if (!strcmp(keyword, "Emulators") && string && ppd->num_emulations == 0) in _ppdOpen()
1198 ppd->num_emulations = 1; in _ppdOpen()
/external/libcups/systemv/
Dcupstestppd.c1517 ppd->num_emulations); in main()
1518 for (j = 0; j < ppd->num_emulations; j ++) in main()