Searched refs:GUI_GET_COLOR (Results 1 – 4 of 4) sorted by relevance
2216 return GUI_GET_COLOR((char_u *)(*p_bg == 'l' ? "black" : "white")); in color_name2handle()2231 return GUI_GET_COLOR((char_u *)(*p_bg == 'l' ? "white" : "black")); in color_name2handle()2235 return GUI_GET_COLOR(name); in color_name2handle()
1709 # define GUI_GET_COLOR GUI_FUNCTION(get_color) macro
566 guicolor = GUI_GET_COLOR(color_name); in get_job_options()
4144 guicolor = GUI_GET_COLOR(color_name); in set_ansi_colors_list()