Lines Matching defs:option
92 struct option { struct93 enum parse_opt_type type;94 int short_name;95 const char *long_name;96 void *value;97 const char *argh;98 const char *help;100 int flags;101 parse_opt_cb *callback;102 intptr_t defval;103 bool *set;104 void *data;