Source position: cupsdyn.pp line 511
type ppd_option_t = record |
conflicted: char; |
keyword: array [0..(PPD_MAX_NAME)-1] of char; |
defchoice: array [0..(PPD_MAX_NAME)-1] of char; |
text: array [0..(PPD_MAX_TEXT)-1] of char; |
ui: ppd_ui_t; |
section: ppd_section_t; |
order: Integer; |
num_choices: LongInt; |
choices: Pppd_choice_t; |
end; |