Lines Matching refs:tOptState
29 handle_opt(tOptions * opts, tOptState * o_st);
32 next_opt(tOptions * opts, tOptState * o_st);
59 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir);
83 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir);
143 do_env_opt(tOptState * os, char * env_name,
175 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st);
178 opt_unknown(tOptions * opts, char const * name, char * arg, tOptState * st);
184 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state);
187 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
190 get_opt_arg_must(tOptions * opts, tOptState * o_st);
193 get_opt_arg_may(tOptions * pOpts, tOptState * o_st);
196 get_opt_arg_none(tOptions * pOpts, tOptState * o_st);
199 get_opt_arg(tOptions * opts, tOptState * o_st);
202 find_opt(tOptions * opts, tOptState * o_st);
244 load_opt_line(tOptions * opts, tOptState * opt_state, char * line,
498 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
502 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
506 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS,