Lines Matching refs:ppdcOption
771 ppdcOption *o; // Duplex option in get_duplex()
812 o = new ppdcOption(PPDC_PICKONE, "Duplex", "2-Sided Printing", in get_duplex()
1182 ppdcOption * // O - Option
1188 ppdcOption *o; // Option in get_installable()
1208 o = new ppdcOption(PPDC_BOOLEAN, name, text, PPDC_SECTION_ANY, 10.0f); in get_installable()
1505 ppdcOption * // O - Option
1516 ppdcOption *o; // Option in get_option()
1591 o = new ppdcOption(ot, name, text, section, order); in get_option()
2383 ppdcOption *o; // Current option in scan_file()
2708 o = new ppdcOption(PPDC_PICKONE, "ColorModel", "Color Mode", PPDC_SECTION_ANY, 10.0f); in scan_file()
2797 o = new ppdcOption(PPDC_BOOLEAN, "CutMedia", "Cut Media", PPDC_SECTION_ANY, 10.0f); in scan_file()
2829 o = new ppdcOption(PPDC_PICKONE, "cupsDarkness", "Darkness", PPDC_SECTION_ANY, 10.0f); in scan_file()
2915 o = new ppdcOption(PPDC_PICKONE, "cupsFinishing", "Finishing", PPDC_SECTION_ANY, 10.0f); in scan_file()
3007 o = new ppdcOption(PPDC_PICKONE, "InputSlot", "Media Source", in scan_file()
3140 o = new ppdcOption(PPDC_PICKONE, "MediaType", "Media Type", in scan_file()
3204 ppdcOption *tempo = get_option(fp, d, g); in scan_file()
3273 o = new ppdcOption(PPDC_PICKONE, "Resolution", NULL, PPDC_SECTION_ANY, in scan_file()
3434 ppdcOption *o; // Current option in write_file()
3681 for (o = (ppdcOption *)g->options->first(); in write_file()
3683 o = (ppdcOption *)g->options->next()) in write_file()