Home | History | Annotate | Download | only in utils

Lines Matching refs:optchr

373 	static int optchr = 1;
376 if (optchr == 1) {
394 optopt = argv[optind][optchr];
397 if (argv[optind][++optchr] == '\0') {
398 optchr = 1;
406 optchr = 1;
407 if (argv[optind][optchr + 1]) {
409 optarg = &argv[optind++][optchr + 1];
419 if (argv[optind][++optchr] == '\0') {
420 optchr = 1;