Searched defs:ppd_option_s (Results 1 – 1 of 1) sorted by relevance
160 struct ppd_option_s /**** Options @deprecated@ ****/ struct162 char conflicted; /* 0 if no conflicts exist, 1 otherwise */163 char keyword[PPD_MAX_NAME]; /* Option keyword name ("PageSize", etc.) */164 char defchoice[PPD_MAX_NAME];/* Default option choice */165 char text[PPD_MAX_TEXT]; /* Human-readable text */166 ppd_ui_t ui; /* Type of UI option */167 ppd_section_t section; /* Section for command */168 float order; /* Order number */169 int num_choices; /* Number of option choices */170 ppd_choice_t *choices; /* Option choices */