Searched refs:last_nonopt (Results 1 – 1 of 1) sorted by relevance
255 static int last_nonopt; variable308 int middle = last_nonopt;379 first_nonopt += (optind - last_nonopt);380 last_nonopt = optind;398 first_nonopt = last_nonopt = optind;554 if (last_nonopt > optind)555 last_nonopt = optind;564 if (first_nonopt != last_nonopt && last_nonopt != optind)566 else if (last_nonopt != optind)574 last_nonopt = optind;[all …]