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

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c260 `last_nonopt' is the index after the last of them. */ variable
263 static int last_nonopt;
299 One subsequence is elements [first_nonopt,last_nonopt)
301 The other is elements [last_nonopt,optind), which contains all
304 `first_nonopt' and `last_nonopt' are relocated so that they describe
316 int middle = last_nonopt;
387 first_nonopt += (optind - last_nonopt);
388 last_nonopt = optind;
406 first_nonopt = last_nonopt = optind;
563 if (last_nonopt > optin
[all...]

Completed in 86 milliseconds