Searched refs:getopt_count (Results 1 – 1 of 1) sorted by relevance
961 unsigned getopt_count; member2301 G.getopt_count = 0; in handle_changed_special_names()11483 opterr = (count < G.getopt_count) ? 0 : my_opterr; in builtin_getopts()11488 } while (count <= G.getopt_count); in builtin_getopts()11492 G.getopt_count = count; /* "next time, give me N+1'th result" */ in builtin_getopts()