Searched refs:optType (Results 1 – 4 of 4) sorted by relevance
235 st->optType = TOPT_LONG; in opt_set()266 st->optType = TOPT_DEFAULT; in opt_unknown()442 pOptState->optType = TOPT_SHORT; in opt_find_short()458 pOptState->optType = TOPT_SHORT; in opt_find_short()490 switch (o_st->optType) { in get_opt_arg_must()552 switch (o_st->optType) { in get_opt_arg_may()625 if (o_st->optType == TOPT_SHORT) in get_opt_arg_none()
60 switch (pOS->optType) { in must_arg()96 switch (pOS->optType) { in maybe_arg()290 if ( (os.optType == TOPT_SHORT) in optionSort()
126 os->optType = TOPT_UNDEFINED; in do_env_opt()
221 teOptType optType; member