Searched refs:moption (Results 1 – 2 of 2) sorted by relevance
2262 cups_option_t *moption; /* Matching option */ in cups_test_constraints() local2264 for (i = num_matching, moption = matching; i > 0; i --, moption ++) in cups_test_constraints()2265 *num_conflicts = cupsAddOption(moption->name, moption->value, in cups_test_constraints()
1498 *moption; /* Monochrome option */ in _ppdCacheCreateWithPPD() local1516 for (i = num_options, moption = options, in _ppdCacheCreateWithPPD()1520 i --, moption ++, coption ++) in _ppdCacheCreateWithPPD()1522 moption->name = _cupsStrRetain(coption->name); in _ppdCacheCreateWithPPD()1523 moption->value = _cupsStrRetain(coption->value); in _ppdCacheCreateWithPPD()