Home | History | Annotate | Download | only in openbsd-compat

Lines Matching defs:nonopt_start

104 static int nonopt_start = -1; /* first non option argument (for permute) */
134 * Exchange the block from nonopt_start to nonopt_end with the block
326 nonopt_start = nonopt_end = -1;
334 permute_args(nonopt_start, nonopt_end,
336 optind -= nonopt_end - nonopt_start;
338 else if (nonopt_start != -1) {
343 optind = nonopt_start;
345 nonopt_start = nonopt_end = -1;
367 if (nonopt_start == -1)
368 nonopt_start = optind;
370 permute_args(nonopt_start, nonopt_end,
372 nonopt_start = optind -
373 (nonopt_end - nonopt_start);
380 if (nonopt_start != -1 && nonopt_end == -1)
394 permute_args(nonopt_start, nonopt_end,
396 optind -= nonopt_end - nonopt_start;
398 nonopt_start = nonopt_end = -1;