Lines Matching refs:mnc
142 size_t mnc = mn_orig + 1; in find_opt() local
144 while (mnc < cl_options_count in find_opt()
145 && strncmp (input, cl_options[mnc].opt_text + 1, cmp_len) == 0) in find_opt()
152 if (mnc == mn_orig + 1 in find_opt()
153 && !(cl_options[mnc].flags & CL_JOINED)) in find_opt()
154 match_wrong_lang = mnc; in find_opt()
155 else if (mnc == mn_orig + 2 in find_opt()
157 && (cl_options[mnc].flags & CL_JOINED) in find_opt()
158 && (cl_options[mnc].opt_len in find_opt()
160 && strncmp (cl_options[mnc].opt_text + 1, in find_opt()
166 mnc++; in find_opt()