Lines Matching full:sides
46 * "print-quality", "printer-resolution", and "sides" attributes to their
66 *sides; /* sides option */
90 sides = cupsGetOption("sides", num_options, options);
96 if ((media || output_bin || print_color_mode || print_quality || sides) &&
233 if (sides && cache->sides_option &&
237 * Map sides to duplex option...
240 if (!strcmp(sides, "one-sided") && cache->sides_1sided)
242 else if (!strcmp(sides, "two-sided-long-edge") &&
245 else if (!strcmp(sides, "two-sided-short-edge") &&
261 !_cups_strcasecmp(optptr->name, "sides"))