ifg               180 lib/tty/color-ncurses.c         int ifg, ibg, attr;
ifg               182 lib/tty/color-ncurses.c         ifg = mc_color_pair->fg;
ifg               189 lib/tty/color-ncurses.c             if (ifg >= 8 && ifg < 16)
ifg               191 lib/tty/color-ncurses.c                 ifg &= 0x07;
ifg               202 lib/tty/color-ncurses.c         init_pair (mc_color_pair->pair_index, ifg, ibg);
ifg               161 lib/tty/color.c     int ifg, ibg, attr;
ifg               164 lib/tty/color.c     ifg = tty_color_get_index_by_name (is_base ? tty_color_defaults.fg : color->fg);
ifg               170 lib/tty/color.c     color_pair = g_strdup_printf ("%d.%d.%d", ifg, ibg, attr);
ifg               192 lib/tty/color.c     mc_color_pair->fg = ifg;