Lines Matching refs:tOptions
70 opt_ambiguities(tOptions * opts, char const * name, int nm_len) in opt_ambiguities()
104 opt_match_ct(tOptions * opts, char const * name, int nm_len, in opt_match_ct()
179 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st) in opt_set()
222 opt_unknown(tOptions * opts, char const * name, char * arg, tOptState * st) in opt_unknown()
260 opt_ambiguous(tOptions * opts, char const * name, int match_ct) in opt_ambiguous()
287 optionVendorOption(tOptions * pOpts, tOptDesc * pOD) in optionVendorOption()
341 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state) in opt_find_long()
382 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState) in opt_find_short()
458 get_opt_arg_must(tOptions * opts, tOptState * o_st) in get_opt_arg_must()
517 get_opt_arg_may(tOptions * pOpts, tOptState * o_st) in get_opt_arg_may()
589 get_opt_arg_none(tOptions * pOpts, tOptState * o_st) in get_opt_arg_none()
623 get_opt_arg(tOptions * opts, tOptState * o_st) in get_opt_arg()
664 find_opt(tOptions * opts, tOptState * o_st) in find_opt()