Lines Matching refs:opt_len
78 size_t mn, mn_orig, mx, md, opt_len;
90 opt_len = cl_options[md].opt_len;
91 comp = strncmp (input, cl_options[md].opt_text + 1, opt_len);
114 if (!strncmp (input, opt->opt_text + 1, opt->opt_len)
115 && (input[opt->opt_len] == '\0' || (opt->flags & CL_JOINED)))
158 && (cl_options[mnc].opt_len
159 == cl_options[mn_orig + 1].opt_len + 1)
162 cl_options[mn_orig + 1].opt_len) == 0)
392 char *t = XOBNEWVEC (&opts_obstack, char, option->opt_len + 5);
398 memcpy (t + 5, opt_text + 2, option->opt_len);
645 arg = argv[extra_args] + cl_options[opt_index].opt_len + 1 + adjust_len;