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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetopt.c214 `last_nonopt' is the index after the last of them. */ variable
217 static int last_nonopt;
220 One subsequence is elements [first_nonopt,last_nonopt)
222 The other is elements [last_nonopt,optind), which contains all
225 `first_nonopt' and `last_nonopt' are relocated so that they describe
233 int middle = last_nonopt;
280 first_nonopt += (optind - last_nonopt);
281 last_nonopt = optind;
294 first_nonopt = last_nonopt = optind = 1;
400 if (first_nonopt != last_nonopt
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dgetopt.c261 `last_nonopt' is the index after the last of them. */ variable
264 static int last_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
309 The other is elements [last_nonopt,optind), which contains all
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
323 int middle = last_nonopt;
394 first_nonopt += (optind - last_nonopt);
395 last_nonopt = optind;
412 first_nonopt = last_nonopt = optind;
558 if (last_nonopt > optin
[all...]

Completed in 104 milliseconds