Searched refs:last_nonopt (Results 1 – 1 of 1) sorted by relevance
252 static int last_nonopt; variable312 int middle = last_nonopt;383 first_nonopt += (optind - last_nonopt);384 last_nonopt = optind;402 first_nonopt = last_nonopt = optind;551 if (last_nonopt > optind)552 last_nonopt = optind;561 if (first_nonopt != last_nonopt && last_nonopt != optind)563 else if (last_nonopt != optind)571 last_nonopt = optind;[all …]