Searched refs:ppdcOption (Results 1 – 9 of 9) sorted by relevance
/external/libcups/ppdc/ |
D | ppdc-option.cxx | 21 ppdcOption::ppdcOption(ppdcOptType ot, // I - Option type in ppdcOption() function in ppdcOption 44 ppdcOption::ppdcOption(ppdcOption *o) // I - Template option in ppdcOption() function in ppdcOption 67 ppdcOption::~ppdcOption() in ~ppdcOption() 84 ppdcOption::find_choice(const char *n) // I - Name of choice in find_choice() 102 ppdcOption::set_defchoice(ppdcChoice *c) // I - Choice in set_defchoice()
|
D | ppdc-group.cxx | 47 for (ppdcOption *o = (ppdcOption *)g->options->first(); in ppdcGroup() 49 o = (ppdcOption *)g->options->next()) in ppdcGroup() 50 options->add(new ppdcOption(o)); in ppdcGroup() 75 ppdcOption * 78 ppdcOption *o; // Current option in find_option() 81 for (o = (ppdcOption *)options->first(); o; o = (ppdcOption *)options->next()) in find_option()
|
D | ppdhtml.cxx | 39 ppdcOption *o, // Current option in main() 101 for (o = (ppdcOption *)g->options->first(); o; o = (ppdcOption *)g->options->next()) in main() 104 composite->add_option(new ppdcOption(o)); in main() 114 …for (compo = (ppdcOption *)composite->options->first(); compo; compo = (ppdcOption *)composite->op… in main() 128 for (compo = (ppdcOption *)composite->options->first(); compo; in main() 129 compo = (ppdcOption *)composite->options->next()) in main()
|
D | ppdc.h | 234 class ppdcOption //// Option 247 ppdcOption(ppdcOptType ot, const char *n, const char *t, ppdcOptSection s, 249 ppdcOption(ppdcOption *o); 250 ~ppdcOption(); 274 void add_option(ppdcOption *o) { options->add(o); } in add_option() 275 ppdcOption *find_option(const char *n); 407 ppdcOption *find_option(const char *n); 408 ppdcOption *find_option_group(const char *n, ppdcGroup **mg); 503 ppdcOption *get_installable(ppdcFile *fp); 507 ppdcOption *get_option(ppdcFile *fp, ppdcDriver *d, ppdcGroup *g);
|
D | genstrings.cxx | 106 ppdcOption *o; // Current option in add_ui_strings() 119 for (o = (ppdcOption *)g->options->first(); in add_ui_strings() 121 o = (ppdcOption *)g->options->next()) in add_ui_strings()
|
D | ppdpo.cxx | 172 ppdcOption *o; // Current option in add_ui_strings() 185 for (o = (ppdcOption *)g->options->first(); in add_ui_strings() 187 o = (ppdcOption *)g->options->next()) in add_ui_strings()
|
D | ppdc-source.cxx | 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() [all …]
|
D | ppdc-driver.cxx | 199 ppdcOption * // O - Matching option or NULL 210 ppdcOption * // O - Matching option or NULL 216 ppdcOption *o; // Current option in find_option_group() 220 for (o = (ppdcOption *)g->options->first(); o; o = (ppdcOption *)g->options->next()) in find_option_group() 383 ppdcOption *o; // Current option in write_ppd_file() 999 for (o = (ppdcOption *)g->options->first(); in write_ppd_file() 1001 o = (ppdcOption *)g->options->next()) in write_ppd_file() 1241 for (o = (ppdcOption *)g->options->first(); in write_ppd_file() 1243 o = (ppdcOption *)g->options->next()) in write_ppd_file()
|
D | ppdc-import.cxx | 42 ppdcOption *coption; // UI option in import_ppd() 194 coption = new ppdcOption((ppdcOptType)option->ui, option->keyword, in import_ppd()
|