HomeSort by relevance Sort by last modified time
    Searched refs:SDL_error (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/
SDL_error_c.h 34 typedef struct SDL_error {
56 } SDL_error;
SDL_error.c 26 #include "SDL_error.h"
32 static SDL_error SDL_global_error;
35 extern SDL_error *SDL_GetErrBuf(void);
53 SDL_error *error;
120 SDL_error *error;
196 SDL_error *error;
203 void SDL_Error(SDL_errorcode code)
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread_c.h 57 SDL_error errbuf;
SDL_thread.c 143 static SDL_error SDL_global_error;
146 SDL_error *SDL_GetErrBuf(void)
148 SDL_error *errbuf;
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 128 static SDL_error SDL_global_error;
131 SDL_error *SDL_GetErrBuf(void)
133 SDL_error *errbuf;
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
Makefile 11 ../../../../include/SDL_error.h \

Completed in 2511 milliseconds