Searched refs:opt_text (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | opts-common.c | 67 comp = strncmp (input, cl_options[md].opt_text + 1, opt_len); in find_opt() 88 if (!strncmp (input, opt->opt_text + 1, opt->opt_len) in find_opt()
|
| HD | opts.h | 45 const char *opt_text; member
|
| HD | opts.c | 561 option->opt_text); in handle_option() 1669 indent = print_switch (cl_options[i].opt_text, indent); in print_filtered_help() 1711 opt = cl_options[i].opt_text; in print_filtered_help()
|
| HD | toplev.c | 1299 "", cl_options[j].opt_text); in print_switch_values() 1452 return pch_option_mismatch (cl_options[i].opt_text); in default_pch_valid_p()
|
| HD | diagnostic.c | 401 " [", cl_options[diagnostic->option_index].opt_text, "]", NULL)); in diagnostic_report_diagnostic()
|
| HD | c-pragma.c | 716 if (strcmp (cl_options[option_index].opt_text, option_string) == 0) in handle_pragma_diagnostic()
|
| HD | c-opts.c | 598 warning (0, "switch %qs is no longer supported", option->opt_text); in c_common_handle_option()
|
| HD | ChangeLog-2003 | 15062 * c-opts.c (c_common_handle_option): opt_text now contains the '-'. 15067 (find_opt, handle_option, common_handle_option): opt_text now
|