Searched refs:ppd_add_choice (Results 1 – 1 of 1) sorted by relevance
77 static ppd_choice_t *ppd_add_choice(ppd_option_t *option, const char *name);1145 if ((choice = ppd_add_choice(custom_option, "Custom")) == NULL) in _ppdOpen()1185 if ((choice = ppd_add_choice(custom_option, "Custom")) == NULL) in _ppdOpen()1429 if ((choice = ppd_add_choice(option, "Custom")) == NULL) in _ppdOpen()1532 if ((choice = ppd_add_choice(option, "Custom")) == NULL) in _ppdOpen()1997 if ((choice = ppd_add_choice(option, name)) == NULL) in _ppdOpen()2399 ppd_add_choice(ppd_option_t *option, /* I - Option */ in ppd_add_choice() function