fg 204 lib/skin/colors.c mc_skin_color->fg = (items_count > 0 && values[0][0]) fg 206 lib/skin/colors.c : (tmp != NULL) ? g_strdup (tmp->fg) fg 234 lib/skin/colors.c mc_skin_color->fg = g_strdup ("default"); fg 59 lib/skin/common.c g_free (mc_skin_color->fg); fg 36 lib/tty/color-internal.h int fg; fg 150 lib/tty/color-ncurses.c if (mc_color_pair->fg <= (int) SPEC_A_REVERSE) fg 152 lib/tty/color-ncurses.c switch (mc_color_pair->fg) fg 178 lib/tty/color-ncurses.c ifg = mc_color_pair->fg; fg 150 lib/tty/color-slang.c if (mc_color_pair->fg <= (int) SPEC_A_REVERSE) fg 152 lib/tty/color-slang.c switch (mc_color_pair->fg) fg 176 lib/tty/color-slang.c const char *fg, *bg; fg 178 lib/tty/color-slang.c fg = tty_color_get_name_by_index (mc_color_pair->fg); fg 180 lib/tty/color-slang.c SLtt_set_color (mc_color_pair->pair_index, (char *) "", (char *) fg, (char *) bg); fg 50 lib/tty/color.c .fg = NULL, .bg = NULL, .attrs = NULL, .pair_index = 0 fg 73 lib/tty/color.c g_free (color->fg); fg 158 lib/tty/color.c is_base = (color->fg == NULL || strcmp (color->fg, "base") == 0); fg 159 lib/tty/color.c ifg = tty_color_get_index_by_name (is_base ? tty_color_defaults.fg : color->fg); fg 186 lib/tty/color.c mc_color_pair->fg = ifg; fg 221 lib/tty/color.c tty_color_defaults.fg = g_strdup (color->fg); fg 26 lib/tty/color.h char *fg; fg 840 src/editor/syntax.c if (color->fg != NULL && *color->fg == '\0') fg 841 src/editor/syntax.c color->fg = NULL; fg 845 src/editor/syntax.c if (color->fg == NULL && color->bg == NULL) fg 848 src/editor/syntax.c if (color->fg != NULL) fg 850 src/editor/syntax.c g_strlcpy (f, color->fg, sizeof (f)); fg 854 src/editor/syntax.c color->fg = f; fg 864 src/editor/syntax.c if (color->fg == NULL || color->bg == NULL) fg 871 src/editor/syntax.c if (color->fg == NULL) fg 879 src/editor/syntax.c color->fg = f; fg 1123 src/editor/syntax.c color.fg = *a; fg 1132 src/editor/syntax.c g_strlcpy (last_fg, color.fg != NULL ? color.fg : "", sizeof (last_fg)); fg 1187 src/editor/syntax.c color.fg = *a; fg 1196 src/editor/syntax.c if (color.fg == NULL) fg 1197 src/editor/syntax.c color.fg = last_fg;