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) : NULL; fg 231 lib/skin/colors.c mc_skin_color->fg = g_strdup ("default"); fg 59 lib/skin/common.c g_free (mc_skin_color->fg); fg 37 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 182 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 177 lib/tty/color-slang.c const char *fg, *bg; fg 179 lib/tty/color-slang.c fg = tty_color_get_name_by_index (mc_color_pair->fg); fg 181 lib/tty/color-slang.c SLtt_set_color (mc_color_pair->pair_index, (char *) "", (char *) fg, (char *) bg); fg 52 lib/tty/color.c .fg = NULL, fg 79 lib/tty/color.c g_free (color->fg); fg 163 lib/tty/color.c is_base = (color->fg == NULL || strcmp (color->fg, "base") == 0); fg 164 lib/tty/color.c ifg = tty_color_get_index_by_name (is_base ? tty_color_defaults.fg : color->fg); fg 192 lib/tty/color.c mc_color_pair->fg = ifg; fg 227 lib/tty/color.c tty_color_defaults.fg = g_strdup (color->fg); fg 26 lib/tty/color.h char *fg; fg 821 src/editor/syntax.c if (color->fg != NULL && *color->fg == '\0') fg 822 src/editor/syntax.c color->fg = NULL; fg 826 src/editor/syntax.c if (color->fg == NULL && color->bg == NULL) fg 829 src/editor/syntax.c if (color->fg != NULL) fg 831 src/editor/syntax.c g_strlcpy (f, color->fg, sizeof (f)); fg 835 src/editor/syntax.c color->fg = f; fg 845 src/editor/syntax.c if (color->fg == NULL || color->bg == NULL) fg 852 src/editor/syntax.c if (color->fg == NULL) fg 860 src/editor/syntax.c color->fg = f; fg 1104 src/editor/syntax.c color.fg = *a; fg 1113 src/editor/syntax.c g_strlcpy (last_fg, color.fg != NULL ? color.fg : "", sizeof (last_fg)); fg 1168 src/editor/syntax.c color.fg = *a; fg 1177 src/editor/syntax.c if (color.fg == NULL) fg 1178 src/editor/syntax.c color.fg = last_fg;