Searched defs:short_i (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c232 int short_i = 0; local
241 for (short_i = 0; equivFound && (options[short_i] != 0); ++short_i) {
242 ch = options[short_i];
248 (ch == 'W') && (options[short_i+1] == ';')) {
250 ++short_i;
268 } /* short_i */

Completed in 22 milliseconds