Lines Matching refs:fOptSet
157 opts->fOptSet &= fnm->fnm_mask; in set_usage_flags()
158 else opts->fOptSet |= fnm->fnm_mask; in set_usage_flags()
175 return (pOpts->fOptSet & OPTPROC_GNUUSAGE) ? true : false; in do_gnu_usage()
185 return (pOpts->fOptSet & OPTPROC_MISUSE) ? true : false; in skip_misuse_usage()
244 switch (opts->fOptSet & (OPTPROC_LONGOPT | OPTPROC_SHORTOPT)) { in print_offer_usage()
263 switch (opts->fOptSet & (OPTPROC_LONGOPT | OPTPROC_SHORTOPT)) { in print_offer_usage()
328 switch (opts->fOptSet & OPTPROC_L_N_S) { in print_usage_details()
335 if ((opts->fOptSet & OPTPROC_NUM_OPT) != 0) in print_usage_details()
338 if ((opts->fOptSet & OPTPROC_REORDER) != 0) in print_usage_details()
552 if (((opts->fOptSet & OPTPROC_COMPUTE) == 0) && (pz != NULL)) { in optionUsage()
553 if ((opts->fOptSet & OPTPROC_TRANSLATE) != 0) in optionUsage()
768 if ( ((opts->fOptSet & OPTPROC_VENDOR_OPT) != 0) in prt_extd_usage()
954 if ((opts->fOptSet & OPTPROC_SHORTOPT) == 0) in prt_preamble()
958 if ( (opts->fOptSet & (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT)) in prt_preamble()
965 if ( (opts->fOptSet & (OPTPROC_GNUUSAGE|OPTPROC_LONGOPT)) in prt_preamble()
1083 if ( ((opts->fOptSet & OPTPROC_VENDOR_OPT) != 0) in prt_opt_usage()
1100 (opts->fOptSet & OPTPROC_VENDOR_OPT)) in prt_opt_usage()
1139 if ((opts->fOptSet & OPTPROC_ENVIRON) != 0) { in prt_prog_detail()
1211 switch (opts->fOptSet & OPTPROC_L_N_S) { in setGnuOptFmts()
1250 switch (opts->fOptSet & (OPTPROC_NO_REQ_OPT | OPTPROC_SHORTOPT)) { in setStdOptFmts()