Searched refs:opt_index (Results 1 – 1 of 1) sorted by relevance
40 static int opt_index; variable869 opt_index = 1; in opt_begin()890 p = argv[opt_index]; in opt_next()899 opt_index++; in opt_next()929 if (argv[opt_index] == NULL) { in opt_next()934 arg = argv[opt_index++]; in opt_next()1051 return &argv[opt_index]; in opt_rest()1076 opt = argv[opt_index + 1]; in opt_check_rest_arg()
Completed in 8 milliseconds