table_type
bool mod_color_is_table_init(enum table_type type)
struct fixed31_32 *mod_color_get_table(enum table_type type)
void mod_color_set_table_init_state(enum table_type type, bool state)
bool mod_color_is_table_init(enum table_type type);
struct fixed31_32 *mod_color_get_table(enum table_type type);
void mod_color_set_table_init_state(enum table_type type, bool state);
uint8_t table_type;
uint8_t table_type;
uint8_t table_type;
uint8_t table_type;
int malformed, table_type, r;
table_type = (type == T_SET) ? T_LIST : T_HASH;
while (parse_table_line(fp, &line, &linesize, &table_type,
enum table_type t_type;