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

/external/bison/lib/
H A Dgetopt_int.h102 int __first_nonopt;
101 int __first_nonopt; member in struct:_getopt_data
H A Dgetopt.c157 int bottom = d->__first_nonopt;
229 d->__first_nonopt += (d->optind - d->__last_nonopt);
243 d->__first_nonopt = d->__last_nonopt = d->optind;
398 if (d->__first_nonopt > d->optind)
399 d->__first_nonopt = d->optind;
406 if (d->__first_nonopt != d->__last_nonopt
410 d->__first_nonopt = d->optind;
429 if (d->__first_nonopt != d->__last_nonopt
432 else if (d->__first_nonopt == d->__last_nonopt)
433 d->__first_nonopt
[all...]

Completed in 207 milliseconds