#define OPENOCD_HELPER_JIM_NVP_H
#include <jim.h>
jim_nvp
name
value
jim_get_nvp(Jim_Interp *, Jim_Obj *, const struct jim_nvp *, const struct jim_nvp **);
jim_nvp_name2value_simple(const struct jim_nvp *, const char *);
jim_nvp_name2value_nocase_simple(const struct jim_nvp *, const char *);
jim_nvp_value2name_simple(const struct jim_nvp *, int);
jim_nvp_name2value(Jim_Interp *, const struct jim_nvp *, const char *, struct jim_nvp **);
jim_nvp_name2value_nocase(Jim_Interp *, const struct jim_nvp *, const char *, struct jim_nvp **);
jim_nvp_value2name(Jim_Interp *, const struct jim_nvp *, int, struct jim_nvp **);
jim_nvp_name2value_obj(Jim_Interp *, const struct jim_nvp *, Jim_Obj *, struct jim_nvp **);
jim_nvp_name2value_obj_nocase(Jim_Interp *, const struct jim_nvp *, Jim_Obj *, struct jim_nvp **);
jim_nvp_value2name_obj(Jim_Interp *, const struct jim_nvp *, Jim_Obj *, struct jim_nvp **);
jim_set_result_nvp_unknown(Jim_Interp *, Jim_Obj *, Jim_Obj *, const struct jim_nvp *);
jim_debug_argv_string(Jim_Interp *, int, Jim_Obj *const *);
jim_getopt_info
interp
argc
argv
isconfigure
jim_getopt_setup(struct jim_getopt_info *, Jim_Interp *, int, Jim_Obj *const *);
jim_getopt_debug(struct jim_getopt_info *);
jim_getopt_obj(struct jim_getopt_info *, Jim_Obj **);
jim_getopt_string(struct jim_getopt_info *, const char **, int *);
jim_getopt_double(struct jim_getopt_info *, double *);
jim_getopt_wide(struct jim_getopt_info *, long long *);
jim_getopt_nvp(struct jim_getopt_info *, const struct jim_nvp *, struct jim_nvp **);
jim_getopt_nvp_unknown(struct jim_getopt_info *, const struct jim_nvp *, int);
jim_getopt_enum(struct jim_getopt_info *, const char *const *, int *);