attributes_table 86 lib/tty/color-internal.c static mc_tty_color_table_t const attributes_table[] = { attributes_table 230 lib/tty/color-internal.c for (j = 0; attributes_table[j].name != NULL; j++) attributes_table 232 lib/tty/color-internal.c if (strcmp (attr_list[i], attributes_table[j].name) == 0) attributes_table 234 lib/tty/color-internal.c attr_bits |= attributes_table[j].value;