Searched refs:ncycle (Results 1 – 1 of 1) sorted by relevance
92 int ncycle = gcd(nnonopts, nopts); in permute_args() local93 int cyclelen = (context->optind - context->nonopt_start) / ncycle; in permute_args()95 for (int i = 0; i < ncycle; i++) { in permute_args()