Lines Matching refs:custom_option
1118 ppd_option_t *custom_option; /* Custom option */ in _ppdOpen() local
1134 custom_option = option; in _ppdOpen()
1136 custom_option = ppdFindOption(ppd, keyword + 6); in _ppdOpen()
1138 if (custom_option) in _ppdOpen()
1144 if ((choice = ppdFindChoice(custom_option, "Custom")) == NULL) in _ppdOpen()
1145 if ((choice = ppd_add_choice(custom_option, "Custom")) == NULL) in _ppdOpen()
1159 if (custom_option->section == PPD_ORDER_JCL) in _ppdOpen()
1178 custom_option = option; in _ppdOpen()
1180 custom_option = ppdFindOption(ppd, "PageRegion"); in _ppdOpen()
1182 if (custom_option) in _ppdOpen()
1184 if ((choice = ppdFindChoice(custom_option, "Custom")) == NULL) in _ppdOpen()
1185 if ((choice = ppd_add_choice(custom_option, "Custom")) == NULL) in _ppdOpen()