Home
last modified time | relevance | path

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

/third_party/backends/lib/
H A Dgetopt.c259 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
262 static int first_nonopt;
299 One subsequence is elements [first_nonopt,last_nonopt)
304 `first_nonopt' and `last_nonopt' are relocated so that they describe
315 int bottom = first_nonopt;
387 first_nonopt += (optind - last_nonopt);
406 first_nonopt = last_nonopt = optind;
565 if (first_nonopt > optind)
566 first_nonopt = optind;
573 if (first_nonopt !
[all...]

Completed in 2 milliseconds