Searched refs:nonopt_end (Results 1 – 2 of 2) sorted by relevance
90 int nnonopts = context->nonopt_end - context->nonopt_start; in permute_args()91 int nopts = context->optind - context->nonopt_end; in permute_args()96 int cstart = context->nonopt_end + i; in permute_args()99 if (pos >= context->nonopt_end) { in permute_args()109 return context->optind - (context->nonopt_end - context->nonopt_start); in permute_args()260 if (context->optreset) context->nonopt_start = context->nonopt_end = -1; in getopt_long_r()266 if (context->nonopt_end != -1) { in getopt_long_r()273 context->nonopt_start = context->nonopt_end = -1; in getopt_long_r()291 } else if (context->nonopt_end != -1) { in getopt_long_r()293 context->nonopt_end = -1; in getopt_long_r()[all …]
45 int nonopt_end; member