Searched refs:nonopt_end (Results 1 – 1 of 1) sorted by relevance
273 nonopt_start = nonopt_end = -1; in getopt_internal()279 if (nonopt_end != -1) { in getopt_internal()283 optind -= nonopt_end - nonopt_start; in getopt_internal()291 nonopt_start = nonopt_end = -1; in getopt_internal()316 else if (nonopt_end != -1) { in getopt_internal()320 (nonopt_end - nonopt_start); in getopt_internal()321 nonopt_end = -1; in getopt_internal()328 nonopt_end = optind; in getopt_internal()340 if (nonopt_end != -1) { in getopt_internal()343 optind -= nonopt_end - nonopt_start; in getopt_internal()[all …]