Searched refs:sys_table (Results 1 – 1 of 1) sorted by relevance
1590 static SysColorTable sys_table[] = in gui_mch_get_color() local1630 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()