20 #ifndef OPENOCD_HELPER_NVP_H
21 #define OPENOCD_HELPER_NVP_H
75 const char *param_name,
const char *param_value);
#define __returns_nonnull
#define __nonnull(params)
void nvp_unknown_command_print(struct command_invocation *cmd, const struct nvp *nvp, const char *param_name, const char *param_value)
const struct nvp * nvp_value2name(const struct nvp *nvp_table, int v) __returns_nonnull __nonnull((1))
const struct nvp * nvp_name2value(const struct nvp *nvp_table, const char *name) __returns_nonnull __nonnull((1))
When run_command is called, a new instance will be created on the stack, filled with the proper value...
Name Value Pairs, aka: NVP.