Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c493 static char *(color_names[28]) = { variable
1062 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()