Searched refs:color_name (Results 1 – 3 of 3) sorted by relevance
558 char_u *color_name; in get_job_options() local562 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()
4137 char_u *color_name; in set_ansi_colors_list() local4140 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()
2356 char_u *color_name; in gui_get_color_cmn() member2402 if (STRICMP(name, rgb_table[i].color_name) == 0) in gui_get_color_cmn()