Lines Matching defs:num_opt
3133 int num_opt;
3217 num_opt = 0;
3233 num_opt = i + 1;
3261 num_opt = i + 2;
3278 (void) printf("NDX(%d) NUM_OPT(%d) ostyle_ndx(%d)\n", ndx, num_opt,
3285 * the same as num_opt, then we have a definitive
3289 if ((ostyle_ndx == (ndx - 1)) && (ndx == num_opt)) {
3312 * If (ndx <= num_opt), then the token needing completion
3320 * where we are one past the last option (ndx == (num_opt + 1)),
3335 if ((ndx <= num_opt) && (argv[ndx - 1][0] == '-')) {
3346 * At this point we know that ndx and num_opt are not equal.
3347 * If num_opt is larger than ndx, then we have an ELFEDIT_CMDOA_F_VALUE
3350 * If ndx is greater than num_opt, it means that we are looking
3351 * at a plain argument (or in the case where (ndx == (num_opt + 1)),
3365 &cstate, ndx, argv, num_opt);
3372 &cstate, ndx, argv, num_opt);