#include <opts.h>
| Data Fields | |
| const char * | opt_text | 
| const char * | help | 
| const char * | missing_argument_error | 
| const char * | warn_message | 
| const char * | alias_arg | 
| const char * | neg_alias_arg | 
| unsigned short | alias_target | 
| unsigned short | back_chain | 
| unsigned char | opt_len | 
| int | neg_index | 
| unsigned int | flags | 
| BOOL_BITFIELD | cl_disabled: 1 | 
| unsigned int | cl_separate_nargs: 2 | 
| BOOL_BITFIELD | cl_separate_alias: 1 | 
| BOOL_BITFIELD | cl_negative_alias: 1 | 
| BOOL_BITFIELD | cl_no_driver_arg: 1 | 
| BOOL_BITFIELD | cl_reject_driver: 1 | 
| BOOL_BITFIELD | cl_reject_negative: 1 | 
| BOOL_BITFIELD | cl_missing_ok: 1 | 
| BOOL_BITFIELD | cl_uinteger: 1 | 
| BOOL_BITFIELD | cl_host_wide_int: 1 | 
| BOOL_BITFIELD | cl_tolower: 1 | 
| BOOL_BITFIELD | cl_byte_size: 1 | 
| unsigned short | flag_var_offset | 
| unsigned short | var_enum | 
| enum cl_var_type | var_type | 
| HOST_WIDE_INT | var_value | 
| int | range_min | 
| int | range_max | 
| const char* cl_option::alias_arg | 
| unsigned short cl_option::alias_target | 
Referenced by decode_cmdline_option().
| unsigned short cl_option::back_chain | 
Referenced by find_opt().
| BOOL_BITFIELD cl_option::cl_byte_size | 
| BOOL_BITFIELD cl_option::cl_disabled | 
| BOOL_BITFIELD cl_option::cl_host_wide_int | 
| BOOL_BITFIELD cl_option::cl_missing_ok | 
| BOOL_BITFIELD cl_option::cl_negative_alias | 
| BOOL_BITFIELD cl_option::cl_no_driver_arg | 
| BOOL_BITFIELD cl_option::cl_reject_driver | 
| BOOL_BITFIELD cl_option::cl_reject_negative | 
Referenced by option_proposer::build_option_suggestions(), and prune_options().
| BOOL_BITFIELD cl_option::cl_separate_alias | 
Referenced by decode_cmdline_option().
| unsigned int cl_option::cl_separate_nargs | 
| BOOL_BITFIELD cl_option::cl_tolower | 
| BOOL_BITFIELD cl_option::cl_uinteger | 
| unsigned short cl_option::flag_var_offset | 
| unsigned int cl_option::flags | 
Referenced by enum_value_to_arg(), find_opt(), get_option_html_page(), prune_options(), and remapping_prefix_p().
| const char* cl_option::help | 
Referenced by print_filtered_help().
| const char* cl_option::missing_argument_error | 
| const char* cl_option::neg_alias_arg | 
| int cl_option::neg_index | 
Referenced by prune_options().
| unsigned char cl_option::opt_len | 
Referenced by find_opt().
| const char* cl_option::opt_text | 
| int cl_option::range_max | 
| int cl_option::range_min | 
Referenced by decode_cmdline_option().
| unsigned short cl_option::var_enum | 
| enum cl_var_type cl_option::var_type | 
| HOST_WIDE_INT cl_option::var_value | 
| const char* cl_option::warn_message | 
Referenced by decode_cmdline_option().