DEFINE_HASHTABLE_INSERT
static DEFINE_HASHTABLE_INSERT(insert_symbol, char, char);
static DEFINE_HASHTABLE_INSERT(insert_struct, char, int);
static DEFINE_HASHTABLE_INSERT(insert_func, char, int);
DEFINE_HASHTABLE_INSERT(insert_some, struct key, struct value);
static DEFINE_HASHTABLE_INSERT(do_insert_macro, struct position, struct string_list);
static DEFINE_HASHTABLE_INSERT(insert_func, char, int);
DEFINE_HASHTABLE_INSERT(insert_##_name, char, _list_type); \
static DEFINE_HASHTABLE_INSERT(insert_##_name, char, _list_type); \
static DEFINE_HASHTABLE_INSERT(insert_##_name, char, int); \
static DEFINE_HASHTABLE_INSERT(insert_func, char, int);