bg                207 lib/skin/colors.c     mc_skin_color->bg = (items_count > 1 && values[1][0]) ?
bg                209 lib/skin/colors.c         (tmp != NULL) ? g_strdup (tmp->bg) : NULL;
bg                232 lib/skin/colors.c         mc_skin_color->bg = g_strdup ("default");
bg                 60 lib/skin/common.c     g_free (mc_skin_color->bg);
bg                 38 lib/tty/color-internal.h     int bg;
bg                183 lib/tty/color-ncurses.c         ibg = mc_color_pair->bg;
bg                177 lib/tty/color-slang.c         const char *fg, *bg;
bg                180 lib/tty/color-slang.c         bg = tty_color_get_name_by_index (mc_color_pair->bg);
bg                181 lib/tty/color-slang.c         SLtt_set_color (mc_color_pair->pair_index, (char *) "", (char *) fg, (char *) bg);
bg                 53 lib/tty/color.c     .bg = NULL,
bg                 80 lib/tty/color.c     g_free (color->bg);
bg                165 lib/tty/color.c     is_base = (color->bg == NULL || strcmp (color->bg, "base") == 0);
bg                166 lib/tty/color.c     ibg = tty_color_get_index_by_name (is_base ? tty_color_defaults.bg : color->bg);
bg                193 lib/tty/color.c     mc_color_pair->bg = ibg;
bg                228 lib/tty/color.c     tty_color_defaults.bg = g_strdup (color->bg);
bg                 27 lib/tty/color.h     char *bg;
bg                438 lib/widget/dialog.c         new_d->bg =
bg                440 lib/widget/dialog.c         group_add_widget (g, new_d->bg);
bg                441 lib/widget/dialog.c         frame_set_title (FRAME (new_d->bg), title);
bg                 73 lib/widget/dialog.h     Widget *bg;                 /* WFrame or WBackground */
bg                332 lib/widget/menu.c     if (DIALOG (w->owner)->bg != NULL)
bg                333 lib/widget/menu.c         widget_set_bottom (WIDGET (DIALOG (w->owner)->bg));
bg                579 lib/widget/quick.c     if (dd->bg != NULL)
bg               1257 src/editor/editwidget.c     edit_dlg->bg =
bg               1261 src/editor/editwidget.c     group_add_widget (g, edit_dlg->bg);
bg                819 src/editor/syntax.c     if (color->bg != NULL && *color->bg == '\0')
bg                820 src/editor/syntax.c         color->bg = NULL;
bg                826 src/editor/syntax.c     if (color->fg == NULL && color->bg == NULL)
bg                837 src/editor/syntax.c     if (color->bg != NULL)
bg                839 src/editor/syntax.c         g_strlcpy (b, color->bg, sizeof (b));
bg                843 src/editor/syntax.c         color->bg = b;
bg                845 src/editor/syntax.c     if (color->fg == NULL || color->bg == NULL)
bg                862 src/editor/syntax.c         if (color->bg == NULL)
bg                869 src/editor/syntax.c             color->bg = b;
bg               1107 src/editor/syntax.c             color.bg = *a;
bg               1114 src/editor/syntax.c             g_strlcpy (last_bg, color.bg != NULL ? color.bg : "", sizeof (last_bg));
bg               1171 src/editor/syntax.c             color.bg = *a;
bg               1179 src/editor/syntax.c             if (color.bg == NULL)
bg               1180 src/editor/syntax.c                 color.bg = last_bg;
bg                756 src/filemanager/achown.c     ch_dlg->bg->callback = advanced_chown_bg_callback;
bg                341 src/filemanager/chmod.c     ch_dlg->bg->callback = chmod_bg_callback;
bg                210 src/filemanager/chown.c     ch_dlg->bg->callback = chown_bg_callback;
bg               1546 src/filemanager/find.c     frame_set_title (FRAME (h->bg), title);
bg                567 src/filemanager/layout.c     layout_dlg->bg->callback = layout_bg_callback;
bg               1148 src/help.c         whelp->bg->callback = help_bg_callback;