Searched refs:nonopt_end (Results 1 – 4 of 4) sorted by relevance
387 state->nonopt_start = state->nonopt_end = -1;394 if (state->nonopt_end != -1) {397 state->nonopt_end,399 state->optind -= state->nonopt_end -408 state->nonopt_start = state->nonopt_end = -1;437 } else if (state->nonopt_end != -1) {439 state->nonopt_end,443 (state->nonopt_end - state->nonopt_start);444 state->nonopt_end = -1;450 if (state->nonopt_start != -1 && state->nonopt_end == -1) {[all …]
27 int nonopt_end; member
37 .nonopt_end = -1, /* first option after non options (for permute) */
64 state->nonopt_end = -1; /* first option after non options (for permute) */ in getopt_init()