Lines Matching refs:option_map
432 struct option_map
449 static const struct option_map option_map[] =
474 option_map above provides various prefixes for spelling command-line
502 for (unsigned i = 0; i < ARRAY_SIZE (option_map); i++)
504 const char *opt0 = option_map[i].opt0;
505 const char *opt1 = option_map[i].opt1;
506 const char *new_prefix = option_map[i].new_prefix;
509 if (option->cl_reject_negative && option_map[i].negated)
562 && i < ARRAY_SIZE (option_map))
564 const char *opt0 = option_map[i].opt0;
565 const char *opt1 = option_map[i].opt1;
566 const char *new_prefix = option_map[i].new_prefix;
567 bool another_char_needed = option_map[i].another_char_needed;
574 value = !option_map[i].negated;