Lines Matching refs:cfg
1142 guicolor_T cfg, cbg, cc; // cursor fore-/background color in gui_update_cursor() local
1202 cfg = INVALCOLOR; in gui_update_cursor()
1215 cfg = shape_fg; in gui_update_cursor()
1222 cattr = syn_id2colors(id, &cfg, &cbg); in gui_update_cursor()
1243 cfg = fg; in gui_update_cursor()
1260 if (cfg == INVALCOLOR) in gui_update_cursor()
1261 cfg = ((attr & HL_INVERSE) ? aep->ae_u.gui.bg_color in gui_update_cursor()
1267 if (cfg == INVALCOLOR) in gui_update_cursor()
1268 cfg = (attr & HL_INVERSE) ? gui.back_pixel : gui.norm_pixel; in gui_update_cursor()
1299 cbg = cfg; in gui_update_cursor()
1300 cfg = cc; in gui_update_cursor()
1322 GUI_MON_IS_CURSOR | GUI_MON_NOCLEAR, cfg, cbg, 0); in gui_update_cursor()