Searched refs:ppd_add_choice (Results 1 – 1 of 1) sorted by relevance
64 static ppd_choice_t *ppd_add_choice(ppd_option_t *option, const char *name);1124 if ((choice = ppd_add_choice(custom_option, "Custom")) == NULL) in _ppdOpen()1164 if ((choice = ppd_add_choice(custom_option, "Custom")) == NULL) in _ppdOpen()1372 if ((choice = ppd_add_choice(option, "Custom")) == NULL) in _ppdOpen()1475 if ((choice = ppd_add_choice(option, "Custom")) == NULL) in _ppdOpen()1960 if ((choice = ppd_add_choice(option, name)) == NULL) in _ppdOpen()2362 ppd_add_choice(ppd_option_t *option, /* I - Option */ in ppd_add_choice() function