Searched refs:origArgCt (Results 1 – 8 of 8) sorted by relevance
68 if (opts->curOptIdx >= opts->origArgCt) in must_arg()105 if (opts->curOptIdx >= opts->origArgCt) in maybe_arg()152 if (opts->curOptIdx >= opts->origArgCt) in short_opt_ck()187 opt_txt = malloc(opts->origArgCt * sizeof(char *)); in optionSort()191 ppzOpds = malloc(opts->origArgCt * sizeof(char *)); in optionSort()213 if (opts->curOptIdx >= opts->origArgCt) { in optionSort()298 while (opts->curOptIdx < opts->origArgCt) in optionSort()
67 sv_argc = (int)pOpts->origArgCt; in doPrognameEnv()81 pOpts->origArgCt = (unsigned int)pTL->tkn_ct + 1; in doPrognameEnv()107 pOpts->origArgCt = (unsigned int)sv_argc; in doPrognameEnv()
150 if (pOpts->origArgCt > pOpts->curOptIdx) { in is_consistent()160 if (pOpts->origArgCt <= pOpts->curOptIdx) { in is_consistent()
339 ix < opts->origArgCt; in print_reordering()482 && (pOpts->curOptIdx < pOpts->origArgCt)) in optionPutShell()
251 opts->origArgCt = (unsigned int)a_ct; in ao_initialize()
496 if (opts->curOptIdx > opts->origArgCt) { in get_opt_arg_must()674 if (opts->curOptIdx >= opts->origArgCt) in find_opt()
349 return (int)opts->origArgCt; in optionProcess()
605 unsigned int origArgCt; ///< program argument count member