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