Home
last modified time | relevance | path

Searched refs:color_name (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c558 char_u *color_name; in get_job_options() local
562 color_name = tv_get_string_chk(&li->li_tv); in get_job_options()
563 if (color_name == NULL) in get_job_options()
566 guicolor = GUI_GET_COLOR(color_name); in get_job_options()
571 semsg(_(e_cannot_allocate_color_str), color_name); in get_job_options()
H A Dterminal.c4137 char_u *color_name; in set_ansi_colors_list() local
4140 color_name = tv_get_string_chk(&li->li_tv); in set_ansi_colors_list()
4141 if (color_name == NULL) in set_ansi_colors_list()
4144 guicolor = GUI_GET_COLOR(color_name); in set_ansi_colors_list()
H A Dhighlight.c2356 char_u *color_name; in gui_get_color_cmn() member
2402 if (STRICMP(name, rgb_table[i].color_name) == 0) in gui_get_color_cmn()