Searched refs:nonopt_start (Results 1 – 2 of 2) sorted by relevance
87 static int nonopt_start = -1; /* first non option argument (for permute) */ variable309 nonopt_start = nonopt_end = -1; in getopt_internal()317 permute_args(nonopt_start, nonopt_end, in getopt_internal()319 optind -= nonopt_end - nonopt_start; in getopt_internal()321 else if (nonopt_start != -1) { in getopt_internal()326 optind = nonopt_start; in getopt_internal()328 nonopt_start = nonopt_end = -1; in getopt_internal()350 if (nonopt_start == -1) in getopt_internal()351 nonopt_start = optind; in getopt_internal()353 permute_args(nonopt_start, nonopt_end, in getopt_internal()[all …]
94 static int nonopt_start = -1; /* first non option argument (for permute) */ variable397 permute_args(nonopt_start, nonopt_end,399 optind -= nonopt_end - nonopt_start;401 else if (nonopt_start != -1) {406 optind = nonopt_start;408 nonopt_start = nonopt_end = -1;434 if (nonopt_start == -1)435 nonopt_start = optind;437 permute_args(nonopt_start, nonopt_end,439 nonopt_start = optind -[all …]