Home
last modified time | relevance | path

Searched refs:GUI_GET_COLOR (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dhighlight.c2216 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()
H A Dvim.h1709 # define GUI_GET_COLOR GUI_FUNCTION(get_color) macro
H A Djob.c566 guicolor = GUI_GET_COLOR(color_name); in get_job_options()
H A Dterminal.c4144 guicolor = GUI_GET_COLOR(color_name); in set_ansi_colors_list()