Searched refs:option2 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-constraint.cxx42 option2 = new ppdcString(o2);
57 option2->release();
H A Dppdc-import.cxx233 if (!strcmp(constraint->option1, constraint2->option2) &&
235 !strcmp(constraint->option2, constraint2->option1) &&
242 cconstraint = new ppdcConstraint(constraint->option2, constraint->choice2,
H A Dppdc-driver.cxx751 !strncmp(cn->option2->value, "*Custom", 7))
766 if (cn->option2->value[0] != '*')
769 cupsFilePuts(fp, cn->option2->value);
778 !strncmp(cn->option2->value, "*Custom", 7))
783 if (cn->option2->value[0] != '*')
786 cupsFilePuts(fp, cn->option2->value);
H A Dppdc-source.cxx682 *option2, // Constraint option 2 local
733 option2 = ptr;
743 return (new ppdcConstraint(option1, choice1, option2, choice2));
3687 if (co->option2->value[0] == '*')
3688 cupsFilePrintf(fp, " %s %s\"\n", co->option2->value,
3691 cupsFilePrintf(fp, " *%s %s\"\n", co->option2->value,
H A Dppdc.h291 *option2, // Second option member in class:ppdcConstraint
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupstestppd.c169 ppd_option_t *option2; /* Standard UI option */ local
1478 for (n = 0, option2 = group2->options;
1480 n ++, option2 ++)
1481 if (option != option2 &&
1482 len < (int)strlen(option2->keyword) &&
1483 !strncmp(option->keyword, option2->keyword, len))
1490 option->keyword, option2->keyword);
1624 ppd->consts[j].option2, ppd->consts[j].choice2);
2002 c->option1, c->choice1, c->option2, c->choice2);
2016 c->option1, c->choice1, c->option2,
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dconflicts.c767 !_cups_strcasecmp(oldconst[0].option1, oldconst[1].option2) &&
769 !_cups_strcasecmp(oldconst[0].option2, oldconst[1].option1) &&
824 if (!_cups_strncasecmp(oldconst->option2, "Custom", 6) &&
827 constptr[1].option = ppdFindOption(ppd, oldconst->option2 + 6);
833 constptr[1].option = ppdFindOption(ppd, oldconst->option2);
837 oldconst->option2);
843 oldconst->option2, oldconst->choice2));
1002 "option2=\"%s\", choice2=\"%s\", ...",
H A Dppd.c1715 constraint->choice1, constraint->option2,
1750 _cups_strcpy(constraint->option2, constraint->choice1 + 1);
1769 !strcmp(constraint->option2, "*")))
1791 constraint->option2[0] == '*')
1797 _cups_strcpy(constraint->choice2, constraint->option2);
1798 _cups_strcpy(constraint->option2, constraint->choice1 + 1);
1803 if (constraint->option2[0] == '*')
1804 _cups_strcpy(constraint->option2, constraint->option2 + 1);
1823 !strcmp(constraint->option2, "*") ||
[all...]
H A Dppd.h200 char option2[PPD_MAX_NAME]; /* Second keyword */ member in struct:ppd_const_s
H A Dtestppd.c1059 c->option2, c->choice2);

Completed in 175 milliseconds