Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c961 unsigned getopt_count; member
2301 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()