Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dgetopt.c245 static int last_nonopt; variable
303 int middle = last_nonopt; in exchange()
374 first_nonopt += (optind - last_nonopt); in exchange()
375 last_nonopt = optind; in exchange()
390 first_nonopt = last_nonopt = optind; in _getopt_initialize()
534 if (last_nonopt > optind) in _getopt_internal()
535 last_nonopt = optind; in _getopt_internal()
544 if (first_nonopt != last_nonopt && last_nonopt != optind) in _getopt_internal()
546 else if (last_nonopt != optind) in _getopt_internal()
554 last_nonopt = optind; in _getopt_internal()
[all …]