Lines Matching defs:cl_option
52 struct cl_option struct
55 const char *opt_text;
57 const char *help;
59 const char *missing_argument_error;
61 const char *warn_message;
63 const char *alias_arg;
65 const char *neg_alias_arg;
67 unsigned short alias_target;
70 unsigned short back_chain;
72 unsigned char opt_len;
74 int neg_index;
76 unsigned int flags;
78 BOOL_BITFIELD cl_disabled : 1;
82 unsigned int cl_separate_nargs : 2;
84 BOOL_BITFIELD cl_separate_alias : 1;
86 BOOL_BITFIELD cl_negative_alias : 1;
88 BOOL_BITFIELD cl_no_driver_arg : 1;
90 BOOL_BITFIELD cl_reject_driver : 1;
92 BOOL_BITFIELD cl_reject_negative : 1;
94 BOOL_BITFIELD cl_missing_ok : 1;
96 BOOL_BITFIELD cl_uinteger : 1;
121 struct cl_option_state { argument
127 extern const struct cl_option cl_options[]; argument