__first_nonopt 197 libglibc/getopt.c int bottom = d->__first_nonopt; __first_nonopt 269 libglibc/getopt.c d->__first_nonopt += (d->optind - d->__last_nonopt); __first_nonopt 283 libglibc/getopt.c d->__first_nonopt = d->__last_nonopt = d->optind; __first_nonopt 437 libglibc/getopt.c if (d->__first_nonopt > d->optind) __first_nonopt 438 libglibc/getopt.c d->__first_nonopt = d->optind; __first_nonopt 445 libglibc/getopt.c if (d->__first_nonopt != d->__last_nonopt __first_nonopt 449 libglibc/getopt.c d->__first_nonopt = d->optind; __first_nonopt 468 libglibc/getopt.c if (d->__first_nonopt != d->__last_nonopt __first_nonopt 471 libglibc/getopt.c else if (d->__first_nonopt == d->__last_nonopt) __first_nonopt 472 libglibc/getopt.c d->__first_nonopt = d->optind; __first_nonopt 485 libglibc/getopt.c if (d->__first_nonopt != d->__last_nonopt) __first_nonopt 486 libglibc/getopt.c d->optind = d->__first_nonopt; __first_nonopt 101 libglibc/getopt_int.h int __first_nonopt;