Home | History | Annotate | Download | only in src

Lines Matching defs:optind

1269     int optind;
2389 g->optind = start_argc;
2451 g->optind -= __LZOLIB_FUNCNAME(lzo_getopt_rotate)(g->argv, g->pending_rotate_first, g->pending_rotate_middle, g->optind);
2452 g->pending_rotate_first = g->pending_rotate_middle = g->optind;
2455 while (g->optind < g->argc && !(g->argv[g->optind][0] == '-' && g->argv[g->optind][1]))
2456 ++g->optind;
2457 g->pending_rotate_middle = g->optind;
2459 if (g->optind >= g->argc)
2461 g->optind = g->pending_rotate_first;
2464 a = g->argv[g->optind];
2472 ++g->optind;
2503 else if (g->optind < g->argc)
2504 g->optarg = g->argv[g->optind++];
2533 optind] + ++g->shortpos;
2540 ++g->optind, g->shortpos = 0;
2549 ++g->optind, g->shortpos = 0;
2554 if (g->optind < g->argc)
2555 g->optarg = g->argv[g->optind++];
2567 ++g->optind;
2572 g->optind -= __LZOLIB_FUNCNAME(lzo_getopt_rotate)(g->argv, g->pending_rotate_first, g->pending_rotate_middle, g->optind);
2573 g->pending_rotate_first = g->pending_rotate_middle = g->optind;