Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c251 static int first_nonopt; variable
311 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 …]