Home
last modified time | relevance | path

Searched refs:permute_from (Results 1 - 1 of 1) sorted by relevance

/third_party/ninja/src/
H A Dgetopt.c151 size_t permute_from = 0; in getopt_internal() local
193 permute_from = optind; in getopt_internal()
203 optind = permute_from; in getopt_internal()
209 permute (argv + permute_from, num_nonopts, 1); in getopt_internal()
210 optind = permute_from + 1; in getopt_internal()
365 permute (argv + permute_from, num_nonopts, 1 + arg_next); in getopt_internal()
366 optind = permute_from + 1 + arg_next; in getopt_internal()

Completed in 1 milliseconds