Searched refs:nonopt_start (Results 1 – 1 of 1) sorted by relevance
96 static int nonopt_start = -1; /* first non option argument (for permute) */ variable341 permute_args(nonopt_start, nonopt_end, optind, nargv); in getopt_internal()342 optind -= nonopt_end - nonopt_start; in getopt_internal()343 } else if (nonopt_start != -1) { in getopt_internal()348 optind = nonopt_start; in getopt_internal()350 nonopt_start = nonopt_end = -1; in getopt_internal()372 if (nonopt_start == -1) in getopt_internal()373 nonopt_start = optind; in getopt_internal()375 permute_args(nonopt_start, nonopt_end, optind, nargv); in getopt_internal()376 nonopt_start = optind - (nonopt_end - nonopt_start); in getopt_internal()[all …]