Searched refs:first_nonopt (Results 1 – 1 of 1) sorted by relevance
254 static int first_nonopt; variable307 int bottom = first_nonopt;379 first_nonopt += (optind - last_nonopt);398 first_nonopt = last_nonopt = optind;556 if (first_nonopt > optind)557 first_nonopt = optind;564 if (first_nonopt != last_nonopt && last_nonopt != optind)567 first_nonopt = optind;586 if (first_nonopt != last_nonopt && last_nonopt != optind)588 else if (first_nonopt == last_nonopt)[all …]