Searched refs:nonopt_start (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c118 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
179 * Exchange the block from nonopt_start to nonopt_end with the block
513 nonopt_start = nonopt_end = -1;
537 permute_args(nonopt_start, nonopt_end,
539 optind -= nonopt_end - nonopt_start;
541 } else if (nonopt_start != -1) {
546 optind = nonopt_start;
548 nonopt_start = nonopt_end = -1;
569 if (nonopt_start == -1)
570 nonopt_start
[all...]

Completed in 57 milliseconds