Lines Matching refs:fg_color
1262 : aep->ae_u.gui.fg_color); in gui_update_cursor()
1264 cbg = ((attr & HL_INVERSE) ? aep->ae_u.gui.fg_color in gui_update_cursor()
1275 xim_bg_color = ((attr & HL_INVERSE) ? aep->ae_u.gui.fg_color in gui_update_cursor()
1278 : aep->ae_u.gui.fg_color); in gui_update_cursor()
2292 guicolor_T fg_color; in gui_outstr_nowrap() local
2431 fg_color = fg; in gui_outstr_nowrap()
2437 fg_color = aep->ae_u.gui.fg_color; in gui_outstr_nowrap()
2438 if (fg_color == INVALCOLOR) in gui_outstr_nowrap()
2439 fg_color = gui.norm_pixel; in gui_outstr_nowrap()
2445 sp_color = fg_color; in gui_outstr_nowrap()
2449 fg_color = gui.norm_pixel; in gui_outstr_nowrap()
2450 sp_color = fg_color; in gui_outstr_nowrap()
2456 gui_mch_set_bg_color(fg_color); in gui_outstr_nowrap()
2460 gui_mch_set_fg_color(fg_color); in gui_outstr_nowrap()