Searched refs:optreset (Results 1 – 4 of 4) sorted by relevance
81 static int optreset = 0; /* keep track of first entry to getopt() */ variable506 optind = optreset = 1; in getopt_internal()512 if (optreset) { in getopt_internal()531 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()532 optreset = 0; in getopt_internal()
475 #undef optreset481 #define optreset BSDoptreset macro
230 extern int optind, optreset;538 optreset = 1;
1461 extern int optind, optreset; in do_child()1476 optind = optreset = 1; in do_child()