Searched refs:xpm_color_key_strings (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c4300 static const char xpm_color_key_strings[][4] = {"s", "m", "g4", "g", "c"};
4309 i < sizeof xpm_color_key_strings / sizeof xpm_color_key_strings[0];
4311 if (strcmp (xpm_color_key_strings[i], s) == 0)
4290 static const char xpm_color_key_strings[][4] = {"s", "m", "g4", "g", "c"}; variable

Completed in 93 milliseconds