Lines Matching refs:bg_color
1261 cfg = ((attr & HL_INVERSE) ? aep->ae_u.gui.bg_color in gui_update_cursor()
1265 : aep->ae_u.gui.bg_color); in gui_update_cursor()
1276 : aep->ae_u.gui.bg_color); in gui_update_cursor()
1277 xim_fg_color = ((attr & HL_INVERSE) ? aep->ae_u.gui.bg_color in gui_update_cursor()
2293 guicolor_T bg_color; in gui_outstr_nowrap() local
2427 bg_color = gui.back_pixel; in gui_outstr_nowrap()
2432 bg_color = bg; in gui_outstr_nowrap()
2440 bg_color = aep->ae_u.gui.bg_color; in gui_outstr_nowrap()
2441 if (bg_color == INVALCOLOR) in gui_outstr_nowrap()
2442 bg_color = gui.back_pixel; in gui_outstr_nowrap()
2455 gui_mch_set_fg_color(bg_color); in gui_outstr_nowrap()
2461 gui_mch_set_bg_color(bg_color); in gui_outstr_nowrap()