Lines Matching refs:nonopt_end
97 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
417 if (nonopt_end != -1) {
419 permute_args(nonopt_start, nonopt_end,
421 optind -= nonopt_end - nonopt_start;
429 nonopt_start = nonopt_end = -1;
457 else if (nonopt_end != -1) {
458 permute_args(nonopt_start, nonopt_end,
461 (nonopt_end - nonopt_start);
462 nonopt_end = -1;
468 if (nonopt_start != -1 && nonopt_end == -1)
469 nonopt_end = optind;
481 if (nonopt_end != -1) {
482 permute_args(nonopt_start, nonopt_end,
484 optind -= nonopt_end - nonopt_start;
486 nonopt_start = nonopt_end = -1;