Lines Matching defs:first_nonopt
259 been skipped. `first_nonopt' is the index in ARGV of the first of them;
262 static int first_nonopt;
299 One subsequence is elements [first_nonopt,last_nonopt)
304 `first_nonopt' and `last_nonopt' are relocated so that they describe
315 int bottom = first_nonopt;
387 first_nonopt += (optind - last_nonopt);
406 first_nonopt = last_nonopt = optind;
565 if (first_nonopt > optind)
566 first_nonopt = optind;
573 if (first_nonopt != last_nonopt && last_nonopt != optind)
576 first_nonopt = optind;
595 if (first_nonopt != last_nonopt && last_nonopt != optind)
597 else if (first_nonopt == last_nonopt)
598 first_nonopt = optind;
611 if (first_nonopt != last_nonopt)
612 optind = first_nonopt;