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

/netbsd-6-1-5-RELEASE/gnu/dist/bc/lib/
H A Dgetopt.c211 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
214 static int first_nonopt;
218 One subsequence is elements [first_nonopt,last_nonopt)
223 `first_nonopt' and `last_nonopt' are relocated so that they describe
230 int bottom = first_nonopt;
278 first_nonopt += (optind - last_nonopt);
292 first_nonopt = last_nonopt = optind = 1;
398 if (first_nonopt != last_nonopt && last_nonopt != optind)
401 first_nonopt = optind;
421 if (first_nonopt !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash39.C13 static int first_nonopt; member in class:GetOpt
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash39.C13 static int first_nonopt; member in class:GetOpt
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dgetopt.c260 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
263 static int first_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
322 int bottom = first_nonopt;
394 first_nonopt += (optind - last_nonopt);
412 first_nonopt = last_nonopt = optind;
560 if (first_nonopt > optind)
561 first_nonopt = optind;
568 if (first_nonopt !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dgetopt.c260 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
263 static int first_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
322 int bottom = first_nonopt;
394 first_nonopt += (optind - last_nonopt);
412 first_nonopt = last_nonopt = optind;
560 if (first_nonopt > optind)
561 first_nonopt = optind;
568 if (first_nonopt !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dgetopt.c260 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
263 static int first_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
322 int bottom = first_nonopt;
394 first_nonopt += (optind - last_nonopt);
412 first_nonopt = last_nonopt = optind;
560 if (first_nonopt > optind)
561 first_nonopt = optind;
568 if (first_nonopt !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dgetopt.c246 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
249 static int first_nonopt;
293 One subsequence is elements [first_nonopt,last_nonopt)
298 `first_nonopt' and `last_nonopt' are relocated so that they describe
309 int bottom = first_nonopt;
381 first_nonopt += (optind - last_nonopt);
400 first_nonopt = last_nonopt = optind;
552 if (first_nonopt > optind)
553 first_nonopt = optind;
560 if (first_nonopt !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dgetopt.c248 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
251 static int first_nonopt;
295 One subsequence is elements [first_nonopt,last_nonopt)
300 `first_nonopt' and `last_nonopt' are relocated so that they describe
311 int bottom = first_nonopt;
383 first_nonopt += (optind - last_nonopt);
402 first_nonopt = last_nonopt = optind;
554 if (first_nonopt > optind)
555 first_nonopt = optind;
562 if (first_nonopt !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dgetopt.c250 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
253 static int first_nonopt;
303 One subsequence is elements [first_nonopt,last_nonopt)
308 `first_nonopt' and `last_nonopt' are relocated so that they describe
319 int bottom = first_nonopt;
391 first_nonopt += (optind - last_nonopt);
410 first_nonopt = last_nonopt = optind;
569 if (first_nonopt > optind)
570 first_nonopt = optind;
577 if (first_nonopt !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dgetopt.c260 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
263 static int first_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
322 int bottom = first_nonopt;
394 first_nonopt += (optind - last_nonopt);
412 first_nonopt = last_nonopt = optind;
560 if (first_nonopt > optind)
561 first_nonopt = optind;
568 if (first_nonopt !
[all...]

Completed in 128 milliseconds