Searched refs:first_nonopt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c251 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
254 static int first_nonopt;
298 One subsequence is elements [first_nonopt,last_nonopt)
303 `first_nonopt' and `last_nonopt' are relocated so that they describe
314 int bottom = first_nonopt;
386 first_nonopt += (optind - last_nonopt);
405 first_nonopt = last_nonopt = optind;
557 if (first_nonopt > optind)
558 first_nonopt = optind;
565 if (first_nonopt !
[all...]

Completed in 44 milliseconds