colors 122 lib/skin.h GHashTable *colors; colors 152 lib/skin/colors-old.c gchar **colors, **orig_colors; colors 161 lib/skin/colors-old.c for (colors = orig_colors; *colors != NULL; colors++) colors 166 lib/skin/colors-old.c key_val = g_strsplit_set (*colors, "=,", 4); colors 65 lib/skin/colors.c mc_skin_color = (tty_color_pair_t *) g_hash_table_lookup (mc_skin->colors, (gpointer) kname); colors 84 lib/skin/colors.c g_hash_table_remove (mc_skin->colors, (gpointer) kname); colors 99 lib/skin/colors.c if (g_hash_table_lookup (mc_skin->colors, (gpointer) kname) != NULL) colors 100 lib/skin/colors.c g_hash_table_remove (mc_skin->colors, (gpointer) kname); colors 102 lib/skin/colors.c g_hash_table_insert (mc_skin->colors, (gpointer) kname, (gpointer) mc_skin_color); colors 92 lib/skin/common.c mc_skin__default.colors = colors 129 lib/skin/common.c mc_skin__default.colors = colors 187 lib/skin/common.c g_hash_table_destroy (mc_skin__default.colors); colors 188 lib/skin/common.c mc_skin__default.colors = NULL; colors 81 lib/widget/dialog.c return CONST_DIALOG (w)->colors; colors 400 lib/widget/dialog.c gboolean compact, const int *colors, widget_cb_fn callback, colors 429 lib/widget/dialog.c new_d->colors = colors; colors 66 lib/widget/dialog.h const int *colors; // Color set. Unused in viewer and editor colors 104 lib/widget/dialog.h widget_pos_flags_t pos_flags, gboolean compact, const int *colors, colors 73 lib/widget/frame.c const int *colors; colors 75 lib/widget/frame.c colors = widget_get_colors (wf); colors 80 lib/widget/frame.c tty_setcolor (colors[FRAME_COLOR_NORMAL]); colors 87 lib/widget/frame.c tty_setcolor (colors[FRAME_COLOR_TITLE]); colors 65 lib/widget/gauge.c const int *colors; colors 70 lib/widget/gauge.c colors = widget_get_colors (w); colors 74 lib/widget/gauge.c tty_setcolor (colors[DLG_COLOR_NORMAL]); colors 106 lib/widget/gauge.c tty_setcolor (colors[DLG_COLOR_NORMAL]); colors 111 lib/widget/gauge.c tty_setcolor (colors[DLG_COLOR_NORMAL]); colors 115 lib/widget/gauge.c tty_setcolor (colors[DLG_COLOR_NORMAL]); colors 69 lib/widget/groupbox.c const int *colors; colors 71 lib/widget/groupbox.c colors = widget_get_colors (w); colors 74 lib/widget/groupbox.c tty_setcolor (disabled ? DISABLED_COLOR : colors[DLG_COLOR_NORMAL]); colors 79 lib/widget/groupbox.c tty_setcolor (disabled ? DISABLED_COLOR : colors[DLG_COLOR_TITLE]); colors 107 lib/widget/hline.c const int *colors; colors 109 lib/widget/hline.c colors = widget_get_colors (w); colors 110 lib/widget/hline.c tty_setcolor (colors[DLG_COLOR_NORMAL]); colors 952 lib/widget/input.c input_new (int y, int x, const int *colors, int width, const char *def_text, const char *histname, colors 965 lib/widget/input.c in->color = colors; colors 86 lib/widget/input.h WInput *input_new (int y, int x, const int *colors, int len, const char *text, const char *histname, colors 86 lib/widget/label.c const int *colors; colors 88 lib/widget/label.c colors = widget_get_colors (w); colors 89 lib/widget/label.c tty_setcolor (disabled ? DISABLED_COLOR : colors[DLG_COLOR_NORMAL]); colors 138 lib/widget/listbox.c const int *colors; colors 147 lib/widget/listbox.c colors = widget_get_colors (wl); colors 150 lib/widget/listbox.c normalc = disabled ? DISABLED_COLOR : colors[DLG_COLOR_NORMAL]; colors 151 lib/widget/listbox.c selc = disabled ? DISABLED_COLOR : colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_FOCUS]; colors 460 lib/widget/widget-common.c const int *colors; colors 462 lib/widget/widget-common.c colors = widget_get_colors (w); colors 467 lib/widget/widget-common.c color = colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_HOT_NORMAL]; colors 469 lib/widget/widget-common.c color = colors[focused ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL]; colors 448 src/filemanager/chattr.c const int *colors; colors 450 src/filemanager/chattr.c colors = widget_get_colors (w); colors 451 src/filemanager/chattr.c tty_setcolor (colors[DLG_COLOR_NORMAL]); colors 458 src/filemanager/chattr.c tty_setcolor (colors[DLG_COLOR_NORMAL]); colors 1253 src/filemanager/find.c const int *colors; colors 1255 src/filemanager/find.c colors = widget_get_colors (w); colors 1256 src/filemanager/find.c tty_setcolor (colors[DLG_COLOR_NORMAL]); colors 252 src/filemanager/tree.c const int *colors; colors 254 src/filemanager/tree.c colors = widget_get_colors (w); colors 255 src/filemanager/tree.c tty_setcolor (tree->is_panel ? NORMAL_COLOR : colors[DLG_COLOR_NORMAL]); colors 338 src/filemanager/tree.c const int *colors; colors 340 src/filemanager/tree.c colors = widget_get_colors (w); colors 341 src/filemanager/tree.c tty_setcolor (tree->is_panel ? NORMAL_COLOR : colors[DLG_COLOR_NORMAL]); colors 360 src/filemanager/tree.c tty_setcolor (colors[idx]);