Searched refs:keystrings (Results 1 – 1 of 1) sorted by relevance
1010 char *keystrings = NULL, *nextkey; in load_xpm() local1048 keystrings = (char *)SDL_malloc(ncolors * cpp); in load_xpm()1049 if (!keystrings) { in load_xpm()1053 nextkey = keystrings; in load_xpm()1164 if (keystrings) in load_xpm()1165 SDL_free(keystrings); in load_xpm()
Completed in 4 milliseconds