HomeSort by relevance Sort by last modified time
    Searched refs:ppd_option_t (Results 1 - 11 of 11) sorted by null

  /external/libcups/cups/
ppd.h 155 typedef struct ppd_option_s ppd_option_t; typedef in typeref:struct:ppd_option_s
164 ppd_option_t *option; /* Pointer to parent option structure */
190 ppd_option_t *options; /* Options */
284 ppd_option_t *option; /* Option that is being extended... */
381 extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option)
386 extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword)
437 extern ppd_option_t *ppdFirstOption(ppd_file_t *ppd) _PPD_DEPRECATED;
439 extern ppd_option_t *ppdNextOption(ppd_file_t *ppd) _PPD_DEPRECATED;
ppd-mark.c 370 ppdFindChoice(ppd_option_t *o, /* I - Pointer to option */
424 ppd_option_t * /* O - Pointer to option or @code NULL@ */
441 ppd_option_t key; /* Option search key */
446 return ((ppd_option_t *)cupsArrayFind(ppd->options, &key));
456 ppd_option_t *optptr; /* Current option */
581 ppd_option_t * /* O - First option or @code NULL@ */
587 return ((ppd_option_t *)cupsArrayFirst(ppd->options));
599 ppd_option_t * /* O - Next option or @code NULL@ */
605 return ((ppd_option_t *)cupsArrayNext(ppd->options));
726 ppd_option_t *o; /* Current option *
    [all...]
ppd.c 77 static ppd_choice_t *ppd_add_choice(ppd_option_t *option, const char *name);
83 static int ppd_compare_options(ppd_option_t *a, ppd_option_t *b);
87 static void ppd_free_option(ppd_option_t *option);
95 static ppd_option_t *ppd_get_option(ppd_group_t *group, const char *name);
103 static int ppd_hash_option(ppd_option_t *option);
449 ppd_option_t *option; /* Current option */
1116 ppd_option_t *custom_option; /* Custom option */
    [all...]
ppd-private.h 86 ppd_option_t *option; /* Constrained option */
testlang.c 120 ppd_option_t *option; /* PageSize option */
ppd-localize.c 55 ppd_option_t *option; /* Current option */
ppd-conflicts.c 580 ppd_option_t *o; /* Current option */
685 ppd_option_t *option; /* Current option */
    [all...]
testppd.c 991 ppd_option_t *option; /* Option */
ppd-cache.c 960 ppd_option_t *input_slot, /* InputSlot option */
    [all...]
  /external/libcups/filter/
commandtops.c 131 ppd_option_t *option; /* Current option in PPD */
pstops.c     [all...]

Completed in 307 milliseconds