Searched defs:joynames (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c145 static char *joynames[MAX_JOYS]; variable
167 SDL_memset(joynames, 0, sizeof(joynames));
176 joynames[nj.index] = strdup(s);
182 SDL_free(joynames[nj.index]);
183 joynames[nj.index] = NULL;
190 joynames[SDL_numjoysticks++] = strdup(s);
207 return (joynames[index]);
256 char *path = joynames[joy->index];
544 if (joynames[
[all...]

Completed in 79 milliseconds