Lines Matching defs:nonopt_start
96 static int nonopt_start = -1; /* first non option argument (for permute) */
127 * Exchange the block from nonopt_start to nonopt_end with the block
187 nonopt_start = nonopt_end = -1;
195 permute_args(nonopt_start, nonopt_end,
197 optind -= nonopt_end - nonopt_start;
199 else if (nonopt_start != -1) {
204 optind = nonopt_start;
206 nonopt_start = nonopt_end = -1;
228 if (nonopt_start == -1)
229 nonopt_start = optind;
231 permute_args(nonopt_start, nonopt_end,
233 nonopt_start = optind -
234 (nonopt_end - nonopt_start);
241 if (nonopt_start != -1 && nonopt_end == -1)
325 permute_args(nonopt_start, nonopt_end, optind,
327 optind -= nonopt_end - nonopt_start;
329 nonopt_start = nonopt_end = -1;
375 permute_args(nonopt_start, nonopt_end,
377 optind -= nonopt_end - nonopt_start;
379 nonopt_start = nonopt_end = -1;