Lines Matching refs:cbg
1142 guicolor_T cfg, cbg, cc; // cursor fore-/background color in gui_update_cursor() local
1203 cbg = INVALCOLOR; in gui_update_cursor()
1216 cbg = shape_bg; in gui_update_cursor()
1222 cattr = syn_id2colors(id, &cfg, &cbg); in gui_update_cursor()
1241 cbg = bg; in gui_update_cursor()
1263 if (cbg == INVALCOLOR) in gui_update_cursor()
1264 cbg = ((attr & HL_INVERSE) ? aep->ae_u.gui.fg_color in gui_update_cursor()
1269 if (cbg == INVALCOLOR) in gui_update_cursor()
1270 cbg = (attr & HL_INVERSE) ? gui.norm_pixel : gui.back_pixel; in gui_update_cursor()
1298 cc = cbg; in gui_update_cursor()
1299 cbg = cfg; in gui_update_cursor()
1309 gui_mch_draw_hollow_cursor(cbg); in gui_update_cursor()
1322 GUI_MON_IS_CURSOR | GUI_MON_NOCLEAR, cfg, cbg, 0); in gui_update_cursor()
1361 gui_mch_draw_part_cursor(cur_width, cur_height, cbg); in gui_update_cursor()