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

/external/grub/lib/
H A Dgetopt.c252 `last_nonopt' is the index after the last of them. */ variable
255 static int last_nonopt;
298 One subsequence is elements [first_nonopt,last_nonopt)
300 The other is elements [last_nonopt,optind), which contains all
303 `first_nonopt' and `last_nonopt' are relocated so that they describe
315 int middle = last_nonopt;
386 first_nonopt += (optind - last_nonopt);
387 last_nonopt = optind;
405 first_nonopt = last_nonopt = optind;
555 if (last_nonopt > optin
[all...]

Completed in 54 milliseconds