tty_color_role_to_pair  349 lib/skin/colors.c         tty_color_role_to_pair[color_keywords[i].role - TTY_COLOR_MAP_OFFSET] =
tty_color_role_to_pair  278 lib/tty/color-internal.c         return tty_color_role_to_pair[color - TTY_COLOR_MAP_OFFSET];
tty_color_role_to_pair   50 lib/tty/color.c int *tty_color_role_to_pair = NULL;
tty_color_role_to_pair  117 lib/tty/color.c     tty_color_role_to_pair = g_new (int, color_map_size);
tty_color_role_to_pair  129 lib/tty/color.c     MC_PTR_FREE (tty_color_role_to_pair);
tty_color_role_to_pair   56 lib/tty/color.h extern int *tty_color_role_to_pair;