Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc.h62 PPDC_BOOLEAN, // True/false option enumerator
Dppdc-source.cxx1208 o = new ppdcOption(PPDC_BOOLEAN, name, text, PPDC_SECTION_ANY, 10.0f); in get_installable()
1544 ot = PPDC_BOOLEAN; in get_option()
2797 o = new ppdcOption(PPDC_BOOLEAN, "CutMedia", "Cut Media", PPDC_SECTION_ANY, 10.0f); in scan_file()
3694 o->type == PPDC_BOOLEAN ? "Boolean" : in write_file()
Dppdc-driver.cxx1024 case PPDC_BOOLEAN : in write_ppd_file()