OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastdevice
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c
576
recDevice *device, *
lastDevice
;
635
gpDeviceList =
lastDevice
= NULL;
663
if (
lastDevice
)
664
lastDevice
->pNext = device;
667
lastDevice
= device;
Completed in 148 milliseconds