Searched refs:color_names (Results 1 – 1 of 1) sorted by relevance
493 static char *(color_names[28]) = { variable1062 for (i = ARRAY_LENGTH(color_names); --i >= 0; ) in highlight_set_cterm_color()1063 if (off == color_names[i][0] in highlight_set_cterm_color()1064 && STRICMP(arg + 1, color_names[i] + 1) == 0) in highlight_set_cterm_color()