Home | History | Annotate | Download | only in dist

Lines Matching defs:last_nonopt

221    `last_nonopt' is the index after the last of them.  */
224 static int last_nonopt;
227 One subsequence is elements [first_nonopt,last_nonopt)
229 The other is elements [last_nonopt,optind), which contains all
232 `first_nonopt' and `last_nonopt' are relocated so that they describe
239 int middle = last_nonopt;
286 first_nonopt += (optind - last_nonopt);
287 last_nonopt = optind;
299 first_nonopt = last_nonopt = optind = 1;
406 if (first_nonopt != last_nonopt && last_nonopt != optind)
408 else if (last_nonopt != optind)
417 last_nonopt = optind;
429 if (first_nonopt != last_nonopt && last_nonopt != optind)
431 else if (first_nonopt == last_nonopt)
433 last_nonopt = argc;
445 if (first_nonopt != last_nonopt)