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

/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-constraint.cxx43 choice2 = new ppdcString(c2);
58 choice2->release();
H A Dppdc-import.cxx234 !strcmp(constraint->choice1, constraint2->choice2) &&
236 !strcmp(constraint->choice2, constraint2->choice1))
242 cconstraint = new ppdcConstraint(constraint->option2, constraint->choice2,
H A Dppdc-source.cxx640 *choice2; // Constraint choice 2 local
696 choice2 = ptr;
698 choice2 = NULL;
700 return (new ppdcConstraint(option1, choice1, option2, choice2));
3645 co->choice2->value ? co->choice2->value : "");
3648 co->choice2->value ? co->choice2->value : "");
H A Dppdc-driver.cxx753 if (cn->choice2->value)
754 cupsFilePrintf(fp, " %s", cn->choice2->value);
770 if (cn->choice2->value)
771 cupsFilePrintf(fp, " %s", cn->choice2->value);
H A Dppdc.h292 *choice2; // Second choice member in class:ppdcConstraint
/macosx-10.10.1/cups-408/cups/cups/
H A Dconflicts.c754 !_cups_strcasecmp(oldconst[0].choice1, oldconst[1].choice2) &&
756 !_cups_strcasecmp(oldconst[0].choice2, oldconst[1].choice1))
811 !_cups_strcasecmp(oldconst->choice2, "True"))
821 oldconst->choice2);
826 if (!constptr[1].option || (!constptr[1].choice && oldconst->choice2[0]))
829 oldconst->option2, oldconst->choice2));
988 "option2=\"%s\", choice2=\"%s\", ...",
H A Dppd.h201 char choice2[PPD_MAX_NAME]; /* Second option/choice (blank for all) */ member in struct:ppd_const_s
H A Dppd.c1671 constraint->choice2))
1713 constraint->choice2[0] = '\0';
1752 _cups_strcpy(constraint->choice2, constraint->option2);
1766 constraint->choice2[0] = '\0';
1779 !strcmp(constraint->choice2, "*")))
1809 constraint->choice2[0] == '*')
H A Dtestppd.c1057 c->option2, c->choice2);
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c1624 ppd->consts[j].option2, ppd->consts[j].choice2);
2002 c->option1, c->choice1, c->option2, c->choice2);
2016 c->option1, c->choice1, c->option2, c->choice2);
2023 !_cups_strcasecmp(c->choice2, "True"))
2031 strlcpy(choice, c->choice2, sizeof(choice));
2043 c->option1, c->choice1, c->option2, c->choice2);
2056 prefix, c->option2, c->choice2,
2057 c->option1, c->choice1, c->option2, c->choice2);
3716 else if (c->choice2[0] != '\0')
3722 c2 = ppdFindChoice(o2, c->choice2);
[all...]

Completed in 198 milliseconds