Searched refs:optMinCt (Results 1 – 4 of 4) sorted by relevance
80 if (pOD->optOccCt >= pOD->optMinCt) in occurs_enough()91 if (pOD->optMinCt > 1) in occurs_enough()93 pOD->optMinCt); in occurs_enough()
415 if ((od->optMinCt == 0) && ((od->fOptState & OPTST_MUST_SET) == 0)) in emit_wrapup()423 int min = (od->optMinCt == 0) ? 1 : od->optMinCt; in emit_wrapup()
848 else switch (od->optMinCt) { in prt_extd_usage()868 od->optMinCt, od->optMaxCt); in prt_extd_usage()1016 (od->optMinCt != 0) ? at->pzReq : at->pzOpt); in prt_one_usage()
533 uint16_t const optMinCt; member