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

/external/libusb/examples/getopt/
H A Dgetopt.c255 `last_nonopt' is the index after the last of them. */ variable
258 static int last_nonopt;
294 One subsequence is elements [first_nonopt,last_nonopt)
296 The other is elements [last_nonopt,optind), which contains all
299 `first_nonopt' and `last_nonopt' are relocated so that they describe
311 int middle = last_nonopt;
382 first_nonopt += (optind - last_nonopt);
383 last_nonopt = optind;
401 first_nonopt = last_nonopt = optind;
558 if (last_nonopt > optin
[all...]

Completed in 243 milliseconds