Home | History | Annotate | Download | only in missing

Lines Matching defs:nonopt_start

94 static int nonopt_start = -1; /* first non option argument (for permute) */
134 * Exchange the block from nonopt_start to nonopt_end with the block
397 permute_args(nonopt_start, nonopt_end,
399 optind -= nonopt_end - nonopt_start;
401 else if (nonopt_start != -1) {
406 optind = nonopt_start;
408 nonopt_start = nonopt_end = -1;
434 if (nonopt_start == -1)
435 nonopt_start = optind;
437 permute_args(nonopt_start, nonopt_end,
439 nonopt_start = optind -
440 (nonopt_end - nonopt_start);
447 if (nonopt_start != -1 && nonopt_end == -1)
461 permute_args(nonopt_start, nonopt_end,
463 optind -= nonopt_end - nonopt_start;
465 nonopt_start = nonopt_end = -1;