Searched defs:nonopt_end (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c119 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
179 * Exchange the block from nonopt_start to nonopt_end with the block
180 * from nonopt_end to opt_end (keeping the same order of arguments
513 nonopt_start = nonopt_end = -1;
535 if (nonopt_end != -1) {
537 permute_args(nonopt_start, nonopt_end,
539 optind -= nonopt_end - nonopt_start;
548 nonopt_start = nonopt_end = -1;
571 else if (nonopt_end != -1) {
572 permute_args(nonopt_start, nonopt_end,
[all...]

Completed in 46 milliseconds