Home
last modified time | relevance | path

Searched refs:__last_nonopt (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt.c150 int middle = d->__last_nonopt; in exchange()
221 d->__first_nonopt += (d->optind - d->__last_nonopt); in exchange()
222 d->__last_nonopt = d->optind; in exchange()
235 d->__first_nonopt = d->__last_nonopt = d->optind; in _getopt_initialize()
387 if (d->__last_nonopt > d->optind) in _getopt_internal_r()
388 d->__last_nonopt = d->optind; in _getopt_internal_r()
397 if (d->__first_nonopt != d->__last_nonopt in _getopt_internal_r()
398 && d->__last_nonopt != d->optind) in _getopt_internal_r()
400 else if (d->__last_nonopt != d->optind) in _getopt_internal_r()
408 d->__last_nonopt = d->optind; in _getopt_internal_r()
[all …]
Dgetopt_int.h101 int __last_nonopt; member