Searched refs:first_nonopt (Results 1 – 1 of 1) sorted by relevance
251 static int first_nonopt; variable311 int bottom = first_nonopt;383 first_nonopt += (optind - last_nonopt);402 first_nonopt = last_nonopt = optind;553 if (first_nonopt > optind)554 first_nonopt = optind;561 if (first_nonopt != last_nonopt && last_nonopt != optind)564 first_nonopt = optind;583 if (first_nonopt != last_nonopt && last_nonopt != optind)585 else if (first_nonopt == last_nonopt)[all …]