Searched refs:presetOptCt (Results 1 – 8 of 8) sorted by relevance
237 int ix = opts->presetOptCt; in print_offer_usage()720 int ct = opts->presetOptCt; in prt_vendor_opts()742 ct = opts->presetOptCt; in prt_vendor_opts()837 && (od->optIndex < opts->presetOptCt) in prt_extd_usage()1095 if (opts->presetOptCt == optNo) { in prt_opt_usage()
50 int ct = pOpts->presetOptCt; in optionResetEverything()
107 int oCt = pOpts->presetOptCt; in is_consistent()
202 ct = pOpts->presetOptCt; in env_presets()
400 int opt_ct = opts->presetOptCt; in emit_wrapup()434 int opt_ct = opts->presetOptCt; in emit_setup()
479 } while (++optIx < pOpts->presetOptCt ); in optionPutShell()
858 ct = opts->presetOptCt; in optionSaveFile()
658 int const presetOptCt; member