Home
last modified time | relevance | path

Searched defs:ppd_option_s (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dppd.h169 struct ppd_option_s /**** Options ****/ struct
171 char conflicted; /* 0 if no conflicts exist, 1 otherwise */
172 char keyword[PPD_MAX_NAME]; /* Option keyword name ("PageSize", etc.) */
173 char defchoice[PPD_MAX_NAME];/* Default option choice */
174 char text[PPD_MAX_TEXT]; /* Human-readable text */
175 ppd_ui_t ui; /* Type of UI option */
176 ppd_section_t section; /* Section for command */
177 float order; /* Order number */
178 int num_choices; /* Number of option choices */
179 ppd_choice_t *choices; /* Option choices */