Home
last modified time | relevance | path

Searched defs:cl_option (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dopts.h52 struct cl_option struct
55 const char *opt_text;
57 const char *help;
61 const char *warn_message;
63 const char *alias_arg;
65 const char *neg_alias_arg;
72 unsigned char opt_len;
74 int neg_index;
76 unsigned int flags;
121 struct cl_option_state { argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dopts.h54 struct cl_option struct
57 const char *opt_text;
59 const char *help;
63 const char *warn_message;
65 const char *alias_arg;
67 const char *neg_alias_arg;
74 unsigned char opt_len;
76 int neg_index;
78 unsigned int flags;
119 struct cl_option_state { argument
[all …]