Lines Matching refs:firstvalue
963 *firstvalue; /* AP_FIRSTPAGE_Keyword value */ in ppd_test_constraints() local
1066 firstvalue = choice; in ppd_test_constraints()
1068 else if ((firstvalue = cupsGetOption("AP_FIRSTPAGE_PageSize", in ppd_test_constraints()
1070 firstvalue = cupsGetOption("AP_FIRSTPAGE_PageRegion", num_options, in ppd_test_constraints()
1073 if (firstvalue && !_cups_strncasecmp(firstvalue, "Custom.", 7)) in ppd_test_constraints()
1074 firstvalue = "Custom"; in ppd_test_constraints()
1077 (!firstvalue || _cups_strcasecmp(firstvalue, constptr->choice->choice))) in ppd_test_constraints()
1117 firstvalue = "Custom"; in ppd_test_constraints()
1119 firstvalue = choice; in ppd_test_constraints()
1121 else if ((firstvalue = cupsGetOption(firstpage, num_options, in ppd_test_constraints()
1124 if (!_cups_strncasecmp(firstvalue, "Custom.", 7)) in ppd_test_constraints()
1125 firstvalue = "Custom"; in ppd_test_constraints()
1128 firstvalue = NULL; in ppd_test_constraints()
1131 firstvalue)); in ppd_test_constraints()
1134 (!firstvalue || _cups_strcasecmp(firstvalue, constptr->choice->choice))) in ppd_test_constraints()