optind            359 global/global.c 	argc -= optind;
optind            360 global/global.c 	argv += optind;
optind            149 gtags-cscope/gtags-cscope.c 	argc -= optind;
optind            150 gtags-cscope/gtags-cscope.c 	argv += optind;
optind            222 gtags-parser/gctags.c         argc -= optind;
optind            223 gtags-parser/gctags.c         argv += optind;
optind            239 gtags/gtags.c  	argc -= optind;
optind            240 gtags/gtags.c          argv += optind;
optind           1617 htags/htags.c          argc -= optind;
optind           1618 htags/htags.c          argv += optind;
optind            110 libglibc/getopt.c int optind = 0;
optind            238 libglibc/getopt.c   int top = optind;
optind            284 libglibc/getopt.c   first_nonopt += (optind - last_nonopt);
optind            285 libglibc/getopt.c   last_nonopt = optind;
optind            298 libglibc/getopt.c   first_nonopt = last_nonopt = optind = 1;
optind            391 libglibc/getopt.c   if (optind == 0)
optind            394 libglibc/getopt.c       optind = 1;		/* Don't scan ARGV[0], the program name.  */
optind            406 libglibc/getopt.c 	  if (first_nonopt != last_nonopt && last_nonopt != optind)
optind            408 libglibc/getopt.c 	  else if (last_nonopt != optind)
optind            409 libglibc/getopt.c 	    first_nonopt = optind;
optind            414 libglibc/getopt.c 	  while (optind < argc
optind            415 libglibc/getopt.c 		 && (argv[optind][0] != '-' || argv[optind][1] == '\0'))
optind            416 libglibc/getopt.c 	    optind++;
optind            417 libglibc/getopt.c 	  last_nonopt = optind;
optind            425 libglibc/getopt.c       if (optind != argc && !strcmp (argv[optind], "--"))
optind            427 libglibc/getopt.c 	  optind++;
optind            429 libglibc/getopt.c 	  if (first_nonopt != last_nonopt && last_nonopt != optind)
optind            432 libglibc/getopt.c 	    first_nonopt = optind;
optind            435 libglibc/getopt.c 	  optind = argc;
optind            441 libglibc/getopt.c       if (optind == argc)
optind            446 libglibc/getopt.c 	    optind = first_nonopt;
optind            453 libglibc/getopt.c       if ((argv[optind][0] != '-' || argv[optind][1] == '\0'))
optind            457 libglibc/getopt.c 	  optarg = argv[optind++];
optind            464 libglibc/getopt.c       nextchar = (argv[optind] + 1
optind            465 libglibc/getopt.c 		  + (longopts != NULL && argv[optind][1] == '-'));
optind            484 libglibc/getopt.c       && (argv[optind][1] == '-'
optind            485 libglibc/getopt.c 	  || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
optind            526 libglibc/getopt.c 		     argv[0], argv[optind]);
optind            528 libglibc/getopt.c 	  optind++;
optind            535 libglibc/getopt.c 	  optind++;
optind            545 libglibc/getopt.c 		   if (argv[optind - 1][1] == '-')
optind            554 libglibc/getopt.c 		     argv[0], argv[optind - 1][0], pfound->name);
optind            562 libglibc/getopt.c 	      if (optind < argc)
optind            563 libglibc/getopt.c 		optarg = argv[optind++];
optind            569 libglibc/getopt.c 			   argv[0], argv[optind - 1]);
optind            589 libglibc/getopt.c       if (!long_only || argv[optind][1] == '-'
optind            594 libglibc/getopt.c 	      if (argv[optind][1] == '-')
optind            601 libglibc/getopt.c 			 argv[0], argv[optind][0], nextchar);
optind            604 libglibc/getopt.c 	  optind++;
optind            617 libglibc/getopt.c       ++optind;
optind            642 libglibc/getopt.c 		optind++;
optind            656 libglibc/getopt.c 		optind++;
optind            658 libglibc/getopt.c 	    else if (optind == argc)
optind            676 libglibc/getopt.c 	      optarg = argv[optind++];
optind            713 libglibc/getopt.c       int this_option_optind = optind ? optind : 1;
optind            757 libglibc/getopt.c   if (optind < argc)
optind            760 libglibc/getopt.c       while (optind < argc)
optind            761 libglibc/getopt.c 	printf ("%s ", argv[optind++]);
optind             45 libglibc/getopt.h extern int optind;
optind            102 libglibc/getopt1.c       int this_option_optind = optind ? optind : 1;
optind            169 libglibc/getopt1.c   if (optind < argc)
optind            172 libglibc/getopt1.c       while (optind < argc)
optind            173 libglibc/getopt1.c 	printf ("%s ", argv[optind++]);