Home
last modified time | relevance | path

Searched refs:moption (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Ddest-options.c2180 cups_option_t *moption; /* Matching option */ in cups_test_constraints() local
2182 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()
Dppd-cache.c1496 *moption; /* Monochrome option */ in _ppdCacheCreateWithPPD() local
1514 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()