fg 174 lib/tty/color-slang.c const char *fg, *bg; fg 176 lib/tty/color-slang.c fg = tty_color_get_name_by_index (mc_color_pair->ifg); fg 178 lib/tty/color-slang.c SLtt_set_color (mc_color_pair->pair_index, (char *) "", (char *) fg, (char *) bg); fg 154 lib/tty/color.c tty_try_alloc_color_pair2 (const char *fg, const char *bg, const char *attrs, fg 161 lib/tty/color.c if (fg == NULL || !strcmp (fg, "base")) fg 162 lib/tty/color.c fg = tty_color_defaults__fg; fg 168 lib/tty/color.c ifg = tty_color_get_index_by_name (fg); fg 208 lib/tty/color.c tty_try_alloc_color_pair (const char *fg, const char *bg, const char *attrs) fg 210 lib/tty/color.c return tty_try_alloc_color_pair2 (fg, bg, attrs, TRUE); fg 38 lib/tty/color.h int tty_try_alloc_color_pair (const char *fg, const char *bg, const char *attrs); fg 39 lib/tty/color.h int tty_try_alloc_color_pair2 (const char *fg, const char *bg, const char *attrs, fg 801 src/editor/syntax.c this_try_alloc_color_pair (const char *fg, const char *bg, const char *attrs) fg 807 src/editor/syntax.c if (fg != NULL && *fg == '\0') fg 808 src/editor/syntax.c fg = NULL; fg 812 src/editor/syntax.c if ((fg == NULL) && (bg == NULL)) fg 815 src/editor/syntax.c if (fg != NULL) fg 817 src/editor/syntax.c g_strlcpy (f, fg, sizeof (f)); fg 821 src/editor/syntax.c fg = f; fg 831 src/editor/syntax.c if ((fg == NULL) || (bg == NULL)) fg 838 src/editor/syntax.c if (fg == NULL) fg 846 src/editor/syntax.c fg = f; fg 873 src/editor/syntax.c return tty_try_alloc_color_pair (fg, bg, attrs); fg 929 src/editor/syntax.c char *fg, *bg, *attrs; fg 1096 src/editor/syntax.c fg = *a; fg 1105 src/editor/syntax.c g_strlcpy (last_fg, fg != NULL ? fg : "", sizeof (last_fg)); fg 1108 src/editor/syntax.c k->color = this_try_alloc_color_pair (fg, bg, attrs); fg 1160 src/editor/syntax.c fg = *a; fg 1169 src/editor/syntax.c if (fg == NULL) fg 1170 src/editor/syntax.c fg = last_fg; fg 1175 src/editor/syntax.c k->color = this_try_alloc_color_pair (fg, bg, attrs);