Lines Matching refs:option2
144 ppd_option_t *option2; /* Standard UI option */ in main() local
1455 for (n = 0, option2 = group2->options; in main()
1457 n ++, option2 ++) in main()
1458 if (option != option2 && in main()
1459 len < strlen(option2->keyword) && in main()
1460 !strncmp(option->keyword, option2->keyword, len)) in main()
1467 option->keyword, option2->keyword); in main()
1601 ppd->consts[j].option2, ppd->consts[j].choice2); in main()
1979 c->option1, c->choice1, c->option2, c->choice2); in check_constraints()
1993 c->option1, c->choice1, c->option2, c->choice2); in check_constraints()
1999 if (!_cups_strncasecmp(c->option2, "Custom", 6) && in check_constraints()
2002 strlcpy(option, c->option2 + 6, sizeof(option)); in check_constraints()
2007 strlcpy(option, c->option2, sizeof(option)); in check_constraints()
2019 prefix, c->option2, in check_constraints()
2020 c->option1, c->choice1, c->option2, c->choice2); in check_constraints()
2033 prefix, c->option2, c->choice2, in check_constraints()
2034 c->option1, c->choice1, c->option2, c->choice2); in check_constraints()
3753 o2 = ppdFindOption(ppd, c->option2); in show_conflicts()
3791 c->option1, c->choice1, c->option2, c->choice2); in show_conflicts()