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