Home | History | Annotate | Download | only in gcc

Lines Matching defs:mnc

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