Searched refs:moption (Results 1 – 2 of 2) sorted by relevance
2180 cups_option_t *moption; /* Matching option */ in cups_test_constraints() local2182 for (i = num_matching, moption = matching; i > 0; i --, moption ++) in cups_test_constraints()2183 *num_conflicts = cupsAddOption(moption->name, moption->value, in cups_test_constraints()
1496 *moption; /* Monochrome option */ in _ppdCacheCreateWithPPD() local1514 for (i = num_options, moption = options, in _ppdCacheCreateWithPPD()1518 i --, moption ++, coption ++) in _ppdCacheCreateWithPPD()1520 moption->name = _cupsStrRetain(coption->name); in _ppdCacheCreateWithPPD()1521 moption->value = _cupsStrRetain(coption->value); in _ppdCacheCreateWithPPD()