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

/macosx-10.10.1/cups-408/cups/cups/
H A Dmark.c356 ppd_choice_t * /* O - Choice pointer or @code NULL@ */
361 ppd_choice_t *c; /* Current choice */
382 ppd_choice_t * /* O - Pointer to choice or @code NULL@ */
386 ppd_choice_t key, /* Search key for choice */
398 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key);
467 ppd_choice_t key, /* Search key */
477 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL)
493 ppd_choice_t *c; /* Current choice */
503 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked);
505 c = (ppd_choice_t *)cupsArrayNex
[all...]
H A Dppd.h166 } ppd_choice_t; typedef in typeref:struct:ppd_choice_s
178 ppd_choice_t *choices; /* Option choices */
369 ppd_choice_t ***choices) _PPD_DEPRECATED;
378 extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option)
380 extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd,
413 float min_order, ppd_choice_t ***choices)
H A Dtestcache.c41 ppd_choice_t *ppd_bin; /* OutputBin value */
H A Demit.c60 ppd_choice_t ***choices) /* O - Pointers to choices */
80 ppd_choice_t ***choices) /* O - Pointers to choices */
82 ppd_choice_t *c; /* Current choice */
86 ppd_choice_t **collect; /* Collected choices */
106 if ((collect = calloc(sizeof(ppd_choice_t *),
124 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked);
126 c = (ppd_choice_t *)cupsArrayNext(ppd->marked))
609 ppd_choice_t **choices; /* Choices */
1110 ppd_choice_t *manual_feed, /* ManualFeed choice, if any */
1179 ppd_choice_t *pag
[all...]
H A Dppd-private.h77 ppd_choice_t *choice; /* Constrained choice or @code NULL@ */
H A Dconflicts.c83 ppd_choice_t *marked; /* Marked choice */
198 ppd_choice_t *marked; /* Marked choice */
374 ppd_choice_t *cptr; /* Current choice */
962 ppd_choice_t key, /* Search key */
1167 if ((marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key))
H A Dppd.c67 static ppd_choice_t *ppd_add_choice(ppd_option_t *option, const char *name);
70 static int ppd_compare_choices(ppd_choice_t *a, ppd_choice_t *b);
393 ppd_choice_t *choice; /* Current choice */
2282 static ppd_choice_t * /* O - Named choice */
2286 ppd_choice_t *choice; /* Choice */
2290 choice = malloc(sizeof(ppd_choice_t));
2292 choice = realloc(option->choices, sizeof(ppd_choice_t) * (size_t)(option->num_choices + 1));
2301 memset(choice, 0, sizeof(ppd_choice_t));
2355 ppd_compare_choices(ppd_choice_t *
[all...]
H A Dpage.c209 ppd_choice_t *qualifier2, /* Second media qualifier */
H A Dlocalize.c58 ppd_choice_t *choice; /* Current choice */
H A Dppd-cache.c624 ppd_choice_t *choice; /* Current InputSlot/MediaType */
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-import.cxx44 ppd_choice_t *choice; // PPD choice
165 ppd_choice_t *region_choice, // PageRegion choice
H A Dppdmerge.cxx242 ppd_choice_t *c; // Choice
/macosx-10.10.1/cups-408/cups/filter/
H A Drastertolabel.c160 ppd_choice_t *choice; /* Marked choice */
474 ppd_choice_t *choice; /* Marked choice */
H A Dpstops.c2303 ppd_choice_t *choice; /* PPD choice */
/macosx-10.10.1/cups-408/cups/systemv/
H A Dlpoptions.c406 ppd_choice_t *choice; /* Current choice */
H A Dcupstestppd.c170 ppd_choice_t *choice; /* Standard UI option choice */
2084 ppd_choice_t *choicea, /* First choice */
2274 ppd_choice_t *choice; /* Current choice */
3665 ppd_choice_t *c1, *c2; /* Choices */
H A Dlpadmin.c1238 ppd_choice_t *choice; /* Marked choice */
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcolorman.c347 ppd_choice_t *cm_choice; /* Color model choice */
H A Dprinters.c3637 ppd_choice_t *choice, /* Current PPD choice */
/macosx-10.10.1/cups-408/cups/backend/
H A Dipp.c2625 ppd_choice_t *choice; /* Marked choice */

Completed in 233 milliseconds