Lines Matching refs:option
36 *optr, /* Pointer to first option name */
40 char *option, /* Current option */
64 option = NULL;
72 if (!cupsResolveConflicts(ppd, option, choice, &num_options, &options))
74 else if ((!option && num_options > 0) || (option && num_options > 1))
78 if (!option || _cups_strcasecmp(option, options[i].name))
85 if (option)
87 free(option);
88 option = NULL;
111 option = strdup(optr);
115 ppdMarkOption(ppd, option, choice);
121 if (option)
122 free(option);