Searched refs:defchoice (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-option.cxx49 defchoice = 0;
63 if (o->defchoice)
64 o->defchoice->retain();
72 defchoice = o->defchoice;
86 if (defchoice)
87 defchoice->release();
117 if (defchoice)
118 defchoice->release();
123 defchoice
[all...]
H A Dppdc-import.cxx190 if (!_cups_strcasecmp(size_option->defchoice, size->name))
218 if (!_cups_strcasecmp(option->defchoice, choice->choice))
H A Dppdc.h251 ppdcString *defchoice; // Default choice member in class:ppdcOption
H A Dppdc-driver.cxx1067 if (o->defchoice)
1071 o->defchoice->value, lf);
H A Dppdc-source.cxx3712 o->defchoice == ch->name ? "*" : "",
3717 o->defchoice == ch->name ? "*" : "",
/macosx-10.10.1/cups-408/cups/cups/
H A Dppd.c741 strlcpy(option->defchoice, ppd->attrs[j]->value,
742 sizeof(option->defchoice));
1302 strlcpy(option->defchoice, ppd->attrs[j]->value,
1303 sizeof(option->defchoice));
1421 strlcpy(option->defchoice, ppd->attrs[j]->value,
1422 sizeof(option->defchoice));
1624 strlcpy(option->defchoice, string, sizeof(option->defchoice));
1626 DEBUG_printf(("2_ppdOpen: %s is now %s...", keyword, option->defchoice));
1640 strlcpy(toption->defchoice, strin
[all...]
H A Dconflicts.c439 if (_cups_strcasecmp(value, constptr->option->defchoice) &&
441 constptr->option->defchoice,
450 constptr->option->defchoice,
469 _cups_strcasecmp(constptr->option->defchoice, cptr->choice) &&
H A Dppd.h172 char defchoice[PPD_MAX_NAME];/* Default option choice */ member in struct:ppd_option_s
H A Dmark.c713 ppdMarkOption(ppd, o->keyword, o->defchoice);
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c569 if (option->defchoice[0])
571 if (ppdFindChoice(option, option->defchoice) == NULL &&
572 strcmp(option->defchoice, "Unknown"))
582 option->keyword, option->defchoice);
1589 !strcmp(option->defchoice, choice->choice)
1599 !strcmp(option->defchoice, choice->choice)
1611 !strcmp(option->defchoice, choice->choice)
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dadmin.c3409 if (!_cups_strncasecmp(option->defchoice, "Custom.", 7))
3411 units = option->defchoice + strlen(option->defchoice) - 2;
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprinters.c4204 if (!strcmp(p->pc->bins[i].ppd, output_bin->defchoice))
4398 if (!_cups_strcasecmp(duplex->defchoice, "DuplexTumble"))
4401 else if (!_cups_strcasecmp(duplex->defchoice, "DuplexNoTumble"))

Completed in 413 milliseconds