Searched refs:optMaxCt (Results 1 – 5 of 5) sorted by relevance
42 if (od->optMaxCt > 1) in too_many_occurrences()43 fprintf(stderr, zat_most, od->optMaxCt, od->pz_Name, eqv); in too_many_occurrences()92 && (++new_od->optOccCt > new_od->optMaxCt) ) in optionAlias()
418 if (od->optMaxCt > 1) in emit_wrapup()448 if (od->optMaxCt > 1) in emit_setup()517 if (od->optMaxCt == 1) in emit_action()520 if ((unsigned)od->optMaxCt < NOLIMIT) in emit_action()522 od->pz_NAME, od->optMaxCt); in emit_action()551 } else if (od->optMaxCt == 1) in emit_inaction()
851 switch (od->optMaxCt) { in prt_extd_usage()859 fprintf(option_usage_fp, zUpTo + tab_skip_ct, od->optMaxCt); break; in prt_extd_usage()868 od->optMinCt, od->optMaxCt); in prt_extd_usage()
194 && (++od->optOccCt > od->optMaxCt) ) in handle_opt()
535 uint16_t const optMaxCt; member