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 …]