Searched refs:pwgtype (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3633 *pwgtype; /* Current PWG type */ local
3982 for (i = p->pc->num_types, pwgtype = p->pc->types,
3985 i --, pwgtype ++, val ++)
3986 val->string.text = _cupsStrAlloc(pwgtype->pwg);
4129 for (k = p->pc->num_types, pwgtype = p->pc->types;
4131 k --, pwgtype ++)
4133 if (!ppdMarkOption(ppd, "MediaType", pwgtype->ppd))
4136 pwgtype->pwg);
4150 for (j = p->pc->num_types, pwgtype = p->pc->types;
4152 j --, pwgtype
[all...]

Completed in 86 milliseconds