Home
last modified time | relevance | path

Searched refs:cl_option (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dopts.h43 struct cl_option struct
64 extern const struct cl_option cl_options[]; argument
Dopts-common.c84 const struct cl_option *opt = &cl_options[mn]; in find_opt()
138 const struct cl_option *option; in prune_options()
Dopts.c124 static void complain_wrong_lang (const char *, const struct cl_option *,
182 complain_wrong_lang (const char *text, const struct cl_option *option, in complain_wrong_lang()
220 const struct cl_option *option; in handle_option()
1445 const struct cl_option *option = &(cl_options[opt_idx]); in option_enabled()
Dc-opts.c273 const struct cl_option *option = &cl_options[scode]; in c_common_handle_option()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-opts.c294 struct cl_option struct
304 static struct cl_option cl_options[] = argument
306 static const struct cl_option cl_options[] =
332 return strcmp (((struct cl_option *) p1)->opt_text,
333 ((struct cl_option *) p2)->opt_text);
498 qsort (cl_options, N_OPTS, sizeof (struct cl_option), opt_comp);
551 const struct cl_option *option;
Dcppinit.c482 return strcmp (((struct cl_option *) p1)->opt_text,
483 ((struct cl_option *) p2)->opt_text);
501 qsort (cl_options, N_OPTS, sizeof (struct cl_option), opt_comp); in init_library()
1218 struct cl_option struct
1228 static struct cl_option cl_options[] = argument
1230 static const struct cl_option cl_options[] =