Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c1590 static SysColorTable sys_table[] = in gui_mch_get_color() local
1630 for (i = 0; i < ARRAY_LENGTH(sys_table); i++) in gui_mch_get_color()
1631 if (STRICMP(name, sys_table[i].name) == 0) in gui_mch_get_color()
1632 return GetSysColor(sys_table[i].color); in gui_mch_get_color()