bg                208 lib/skin/colors.c     mc_skin_color->bg = (items_count > 1 && values[1][0])
bg                210 lib/skin/colors.c         : (tmp != NULL) ? g_strdup (tmp->bg)
bg                235 lib/skin/colors.c         mc_skin_color->bg = g_strdup ("default");
bg                 60 lib/skin/common.c     g_free (mc_skin_color->bg);
bg                 37 lib/tty/color-internal.h     int bg;
bg                179 lib/tty/color-ncurses.c         ibg = mc_color_pair->bg;
bg                176 lib/tty/color-slang.c         const char *fg, *bg;
bg                179 lib/tty/color-slang.c         bg = tty_color_get_name_by_index (mc_color_pair->bg);
bg                180 lib/tty/color-slang.c         SLtt_set_color (mc_color_pair->pair_index, (char *) "", (char *) fg, (char *) bg);
bg                 50 lib/tty/color.c     .fg = NULL, .bg = NULL, .attrs = NULL, .pair_index = 0
bg                 74 lib/tty/color.c     g_free (color->bg);
bg                160 lib/tty/color.c     is_base = (color->bg == NULL || strcmp (color->bg, "base") == 0);
bg                161 lib/tty/color.c     ibg = tty_color_get_index_by_name (is_base ? tty_color_defaults.bg : color->bg);
bg                187 lib/tty/color.c     mc_color_pair->bg = ibg;
bg                222 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                583 lib/widget/quick.c     if (dd->bg != NULL)
bg               1258 src/editor/editwidget.c     edit_dlg->bg = WIDGET (background_new (1, 0, wd->rect.lines - 2, wd->rect.cols,
bg               1260 src/editor/editwidget.c     group_add_widget (g, edit_dlg->bg);
bg                838 src/editor/syntax.c     if (color->bg != NULL && *color->bg == '\0')
bg                839 src/editor/syntax.c         color->bg = NULL;
bg                845 src/editor/syntax.c     if (color->fg == NULL && color->bg == NULL)
bg                856 src/editor/syntax.c     if (color->bg != NULL)
bg                858 src/editor/syntax.c         g_strlcpy (b, color->bg, sizeof (b));
bg                862 src/editor/syntax.c         color->bg = b;
bg                864 src/editor/syntax.c     if (color->fg == NULL || color->bg == NULL)
bg                881 src/editor/syntax.c         if (color->bg == NULL)
bg                888 src/editor/syntax.c             color->bg = b;
bg               1126 src/editor/syntax.c             color.bg = *a;
bg               1133 src/editor/syntax.c             g_strlcpy (last_bg, color.bg != NULL ? color.bg : "", sizeof (last_bg));
bg               1190 src/editor/syntax.c             color.bg = *a;
bg               1198 src/editor/syntax.c             if (color.bg == NULL)
bg               1199 src/editor/syntax.c                 color.bg = last_bg;
bg                752 src/filemanager/achown.c     ch_dlg->bg->callback = advanced_chown_bg_callback;
bg                334 src/filemanager/chmod.c     ch_dlg->bg->callback = chmod_bg_callback;
bg                199 src/filemanager/chown.c     ch_dlg->bg->callback = chown_bg_callback;
bg               1542 src/filemanager/find.c     frame_set_title (FRAME (h->bg), title);
bg                558 src/filemanager/layout.c     layout_dlg->bg->callback = layout_bg_callback;
bg               1146 src/help.c         whelp->bg->callback = help_bg_callback;