Home | History | Annotate | Download | only in core

Lines Matching defs:optind

44  * @c optind is the index to the first element that is not an option.
46 int optind;
76 if ( optind >= argc )
78 arg = argv[optind];
87 optind++;
121 optind++;
182 optind++;
187 optind++;
226 const char *opttext = argv[optind];
233 if ( optind >= argc )
258 opttext = ( argv[optind] + nextchar );