Lines Matching refs:opt2
91 /* Return whether decoded option structures OPT1 and OPT2 are the
96 const struct cl_decoded_option *opt2)
98 return (opt1->opt_index == opt2->opt_index
99 && strings_same (opt1->arg, opt2->arg)
101 opt2->orig_option_with_args_text)
103 opt2->canonical_option[0])
105 opt2->canonical_option[1])
107 opt2->canonical_option[2])
109 opt2->canonical_option[3])
111 == opt2->canonical_option_num_elements)
112 && opt1->value == opt2->value
113 && opt1->errors == opt2->errors);