Home | History | Annotate | Download | only in tagsoup

Lines Matching defs:optind

65 		int optind = getopts(options, argv);
74 if (argv.length == optind) {
78 for (int i = optind; i < argv.length; i++) {
94 for (int i = optind; i < argv.length; i++) {
257 int optind;
258 for (optind = 0; optind < argv.length; optind++) {
259 String arg = argv[optind];
278 return optind;