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

/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt_long.c87 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
117 * Exchange the block from nonopt_start to nonopt_end with the block
309 nonopt_start = nonopt_end = -1;
317 permute_args(nonopt_start, nonopt_end,
319 optind -= nonopt_end - nonopt_start;
321 else if (nonopt_start != -1) {
326 optind = nonopt_start;
328 nonopt_start = nonopt_end = -1;
350 if (nonopt_start == -1)
351 nonopt_start
[all...]
/external/mesa3d/src/getopt/
H A Dgetopt_long.c87 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
117 * Exchange the block from nonopt_start to nonopt_end with the block
309 nonopt_start = nonopt_end = -1;
317 permute_args(nonopt_start, nonopt_end,
319 optind -= nonopt_end - nonopt_start;
321 else if (nonopt_start != -1) {
326 optind = nonopt_start;
328 nonopt_start = nonopt_end = -1;
350 if (nonopt_start == -1)
351 nonopt_start
[all...]

Completed in 123 milliseconds