SYMBOL INDEX (2474 symbols across 233 files) FILE: src/api/api.c function api_load_libs (line 14) | void api_load_libs(lua_State *L) { FILE: src/api/renderer.c function RenColor (line 6) | static RenColor checkcolor(lua_State *L, int idx, int def) { function f_show_debug (line 24) | static int f_show_debug(lua_State *L) { function f_get_size (line 31) | static int f_get_size(lua_State *L) { function f_begin_frame (line 40) | static int f_begin_frame(lua_State *L) { function f_end_frame (line 46) | static int f_end_frame(lua_State *L) { function f_set_clip_rect (line 52) | static int f_set_clip_rect(lua_State *L) { function f_draw_rect (line 63) | static int f_draw_rect(lua_State *L) { function f_draw_text (line 75) | static int f_draw_text(lua_State *L) { function luaopen_renderer (line 101) | int luaopen_renderer(lua_State *L) { FILE: src/api/renderer_font.c function f_load (line 6) | static int f_load(lua_State *L) { function f_set_tab_width (line 17) | static int f_set_tab_width(lua_State *L) { function f_gc (line 25) | static int f_gc(lua_State *L) { function f_get_width (line 32) | static int f_get_width(lua_State *L) { function f_get_height (line 40) | static int f_get_height(lua_State *L) { function luaopen_renderer_font (line 56) | int luaopen_renderer_font(lua_State *L) { FILE: src/api/system.c function f_poll_event (line 38) | static int f_poll_event(lua_State *L) { function f_wait_event (line 135) | static int f_wait_event(lua_State *L) { function f_set_cursor (line 161) | static int f_set_cursor(lua_State *L) { function f_set_window_title (line 174) | static int f_set_window_title(lua_State *L) { function f_set_window_mode (line 184) | static int f_set_window_mode(lua_State *L) { function f_window_has_focus (line 194) | static int f_window_has_focus(lua_State *L) { function f_show_confirm_dialog (line 201) | static int f_show_confirm_dialog(lua_State *L) { function f_chdir (line 228) | static int f_chdir(lua_State *L) { function f_list_dir (line 236) | static int f_list_dir(lua_State *L) { function f_absolute_path (line 267) | static int f_absolute_path(lua_State *L) { function f_get_file_info (line 277) | static int f_get_file_info(lua_State *L) { function f_get_clipboard (line 308) | static int f_get_clipboard(lua_State *L) { function f_set_clipboard (line 317) | static int f_set_clipboard(lua_State *L) { function f_get_time (line 324) | static int f_get_time(lua_State *L) { function f_sleep (line 331) | static int f_sleep(lua_State *L) { function f_exec (line 338) | static int f_exec(lua_State *L) { function f_fuzzy_match (line 356) | static int f_fuzzy_match(lua_State *L) { function luaopen_system (line 404) | int luaopen_system(lua_State *L) { FILE: src/lib/lua52/lapi.c function TValue (line 55) | static TValue *index2addr (lua_State *L, int idx) { function growstack (line 86) | static void growstack (lua_State *L, void *ud) { function LUA_API (line 92) | LUA_API int lua_checkstack (lua_State *L, int size) { function LUA_API (line 112) | LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { function LUA_API (line 127) | LUA_API lua_CFunction lua_atpanic (lua_State *L, lua_CFunction panicf) { function LUA_API (line 137) | LUA_API const lua_Number *lua_version (lua_State *L) { function LUA_API (line 153) | LUA_API int lua_absindex (lua_State *L, int idx) { function LUA_API (line 160) | LUA_API int lua_gettop (lua_State *L) { function LUA_API (line 165) | LUA_API void lua_settop (lua_State *L, int idx) { function LUA_API (line 182) | LUA_API void lua_remove (lua_State *L, int idx) { function LUA_API (line 193) | LUA_API void lua_insert (lua_State *L, int idx) { function moveto (line 206) | static void moveto (lua_State *L, TValue *fr, int idx) { function LUA_API (line 217) | LUA_API void lua_replace (lua_State *L, int idx) { function LUA_API (line 226) | LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { function LUA_API (line 235) | LUA_API void lua_pushvalue (lua_State *L, int idx) { function LUA_API (line 249) | LUA_API int lua_type (lua_State *L, int idx) { function LUA_API (line 255) | LUA_API const char *lua_typename (lua_State *L, int t) { function LUA_API (line 261) | LUA_API int lua_iscfunction (lua_State *L, int idx) { function LUA_API (line 267) | LUA_API int lua_isnumber (lua_State *L, int idx) { function LUA_API (line 274) | LUA_API int lua_isstring (lua_State *L, int idx) { function LUA_API (line 280) | LUA_API int lua_isuserdata (lua_State *L, int idx) { function LUA_API (line 286) | LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { function LUA_API (line 293) | LUA_API void lua_arith (lua_State *L, int op) { function LUA_API (line 316) | LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { function LUA_API (line 335) | LUA_API lua_Number lua_tonumberx (lua_State *L, int idx, int *isnum) { function LUA_API (line 349) | LUA_API lua_Integer lua_tointegerx (lua_State *L, int idx, int *isnum) { function LUA_API (line 366) | LUA_API lua_Unsigned lua_tounsignedx (lua_State *L, int idx, int *isnum) { function LUA_API (line 383) | LUA_API int lua_toboolean (lua_State *L, int idx) { function LUA_API (line 389) | LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { function LUA_API (line 407) | LUA_API size_t lua_rawlen (lua_State *L, int idx) { function LUA_API (line 418) | LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) { function LUA_API (line 427) | LUA_API void *lua_touserdata (lua_State *L, int idx) { function LUA_API (line 437) | LUA_API lua_State *lua_tothread (lua_State *L, int idx) { function LUA_API (line 443) | LUA_API const void *lua_topointer (lua_State *L, int idx) { function LUA_API (line 465) | LUA_API void lua_pushnil (lua_State *L) { function LUA_API (line 473) | LUA_API void lua_pushnumber (lua_State *L, lua_Number n) { function LUA_API (line 483) | LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { function LUA_API (line 491) | LUA_API void lua_pushunsigned (lua_State *L, lua_Unsigned u) { function LUA_API (line 501) | LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t... function LUA_API (line 513) | LUA_API const char *lua_pushstring (lua_State *L, const char *s) { function LUA_API (line 531) | LUA_API const char *lua_pushvfstring (lua_State *L, const char *fmt, function LUA_API (line 542) | LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { function LUA_API (line 555) | LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { function LUA_API (line 577) | LUA_API void lua_pushboolean (lua_State *L, int b) { function LUA_API (line 585) | LUA_API void lua_pushlightuserdata (lua_State *L, void *p) { function LUA_API (line 593) | LUA_API int lua_pushthread (lua_State *L) { function LUA_API (line 608) | LUA_API void lua_getglobal (lua_State *L, const char *var) { function LUA_API (line 619) | LUA_API void lua_gettable (lua_State *L, int idx) { function LUA_API (line 628) | LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { function LUA_API (line 639) | LUA_API void lua_rawget (lua_State *L, int idx) { function LUA_API (line 649) | LUA_API void lua_rawgeti (lua_State *L, int idx, int n) { function LUA_API (line 660) | LUA_API void lua_rawgetp (lua_State *L, int idx, const void *p) { function LUA_API (line 673) | LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { function LUA_API (line 686) | LUA_API int lua_getmetatable (lua_State *L, int objindex) { function LUA_API (line 715) | LUA_API void lua_getuservalue (lua_State *L, int idx) { function LUA_API (line 734) | LUA_API void lua_setglobal (lua_State *L, const char *var) { function LUA_API (line 747) | LUA_API void lua_settable (lua_State *L, int idx) { function LUA_API (line 758) | LUA_API void lua_setfield (lua_State *L, int idx, const char *k) { function LUA_API (line 770) | LUA_API void lua_rawset (lua_State *L, int idx) { function LUA_API (line 784) | LUA_API void lua_rawseti (lua_State *L, int idx, int n) { function LUA_API (line 797) | LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { function LUA_API (line 812) | LUA_API int lua_setmetatable (lua_State *L, int objindex) { function LUA_API (line 852) | LUA_API void lua_setuservalue (lua_State *L, int idx) { function LUA_API (line 880) | LUA_API int lua_getctx (lua_State *L, int *ctx) { function LUA_API (line 889) | LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, type CallS (line 915) | struct CallS { /* data to `f_call' */ function f_call (line 921) | static void f_call (lua_State *L, void *ud) { function LUA_API (line 928) | LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, function LUA_API (line 973) | LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, function LUA_API (line 997) | LUA_API int lua_dump (lua_State *L, lua_Writer writer, void *data) { function LUA_API (line 1012) | LUA_API int lua_status (lua_State *L) { function LUA_API (line 1021) | LUA_API int lua_gc (lua_State *L, int what, int data) { function LUA_API (line 1105) | LUA_API int lua_error (lua_State *L) { function LUA_API (line 1114) | LUA_API int lua_next (lua_State *L, int idx) { function LUA_API (line 1131) | LUA_API void lua_concat (lua_State *L, int n) { function LUA_API (line 1147) | LUA_API void lua_len (lua_State *L, int idx) { function LUA_API (line 1157) | LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { function LUA_API (line 1167) | LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) { function LUA_API (line 1175) | LUA_API void *lua_newuserdata (lua_State *L, size_t size) { function LUA_API (line 1213) | LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { function LUA_API (line 1227) | LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { function UpVal (line 1246) | static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { function LUA_API (line 1257) | LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { function LUA_API (line 1276) | LUA_API void lua_upvaluejoin (lua_State *L, int fidx1, int n1, FILE: src/lib/lua52/lauxlib.c function findfield (line 43) | static int findfield (lua_State *L, int objidx, int level) { function pushglobalfuncname (line 67) | static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { function pushfuncname (line 83) | static void pushfuncname (lua_State *L, lua_Debug *ar) { function countlevels (line 101) | static int countlevels (lua_State *L) { function LUALIB_API (line 116) | LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, function LUALIB_API (line 153) | LUALIB_API int luaL_argerror (lua_State *L, int narg, const char *extram... function typeerror (line 171) | static int typeerror (lua_State *L, int narg, const char *tname) { function tag_error (line 178) | static void tag_error (lua_State *L, int narg, int tag) { function LUALIB_API (line 183) | LUALIB_API void luaL_where (lua_State *L, int level) { function LUALIB_API (line 196) | LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { function LUALIB_API (line 207) | LUALIB_API int luaL_fileresult (lua_State *L, int stat, const char *fnam... function LUALIB_API (line 247) | LUALIB_API int luaL_execresult (lua_State *L, int stat) { function LUALIB_API (line 272) | LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { function LUALIB_API (line 284) | LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) { function LUALIB_API (line 290) | LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { function LUALIB_API (line 305) | LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tnam... function LUALIB_API (line 320) | LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def, function LUALIB_API (line 333) | LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *ms... function LUALIB_API (line 345) | LUALIB_API void luaL_checktype (lua_State *L, int narg, int t) { function LUALIB_API (line 351) | LUALIB_API void luaL_checkany (lua_State *L, int narg) { function LUALIB_API (line 357) | LUALIB_API const char *luaL_checklstring (lua_State *L, int narg, size_t... function LUALIB_API (line 364) | LUALIB_API const char *luaL_optlstring (lua_State *L, int narg, function LUALIB_API (line 375) | LUALIB_API lua_Number luaL_checknumber (lua_State *L, int narg) { function LUALIB_API (line 384) | LUALIB_API lua_Number luaL_optnumber (lua_State *L, int narg, lua_Number... function LUALIB_API (line 389) | LUALIB_API lua_Integer luaL_checkinteger (lua_State *L, int narg) { function LUALIB_API (line 398) | LUALIB_API lua_Unsigned luaL_checkunsigned (lua_State *L, int narg) { function LUALIB_API (line 407) | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg, function LUALIB_API (line 413) | LUALIB_API lua_Unsigned luaL_optunsigned (lua_State *L, int narg, function LUALIB_API (line 437) | LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { function LUALIB_API (line 459) | LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { function LUALIB_API (line 466) | LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { function LUALIB_API (line 471) | LUALIB_API void luaL_pushresult (luaL_Buffer *B) { function LUALIB_API (line 479) | LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) { function LUALIB_API (line 485) | LUALIB_API void luaL_addvalue (luaL_Buffer *B) { function LUALIB_API (line 496) | LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { function LUALIB_API (line 504) | LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t... function LUALIB_API (line 522) | LUALIB_API int luaL_ref (lua_State *L, int t) { function LUALIB_API (line 543) | LUALIB_API void luaL_unref (lua_State *L, int t, int ref) { type LoadF (line 562) | typedef struct LoadF { function errfile (line 587) | static int errfile (lua_State *L, const char *what, int fnameindex) { function skipBOM (line 596) | static int skipBOM (LoadF *lf) { function skipcomment (line 617) | static int skipcomment (LoadF *lf, int *cp) { function LUALIB_API (line 630) | LUALIB_API int luaL_loadfilex (lua_State *L, const char *filename, type LoadS (line 666) | typedef struct LoadS { function LUALIB_API (line 682) | LUALIB_API int luaL_loadbufferx (lua_State *L, const char *buff, size_t ... function LUALIB_API (line 691) | LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { function LUALIB_API (line 699) | LUALIB_API int luaL_getmetafield (lua_State *L, int obj, const char *eve... function LUALIB_API (line 715) | LUALIB_API int luaL_callmeta (lua_State *L, int obj, const char *event) { function LUALIB_API (line 725) | LUALIB_API int luaL_len (lua_State *L, int idx) { function LUALIB_API (line 737) | LUALIB_API const char *luaL_tolstring (lua_State *L, int idx, size_t *le... function libsize (line 797) | static int libsize (const luaL_Reg *l) { function LUALIB_API (line 810) | LUALIB_API void luaL_pushmodule (lua_State *L, const char *modname, function LUALIB_API (line 827) | LUALIB_API void luaL_openlib (lua_State *L, const char *libname, function LUALIB_API (line 848) | LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { function LUALIB_API (line 866) | LUALIB_API int luaL_getsubtable (lua_State *L, int idx, const char *fnam... function LUALIB_API (line 886) | LUALIB_API void luaL_requiref (lua_State *L, const char *modname, function LUALIB_API (line 902) | LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const cha... function panic (line 930) | static int panic (lua_State *L) { function LUALIB_API (line 937) | LUALIB_API lua_State *luaL_newstate (void) { function LUALIB_API (line 944) | LUALIB_API void luaL_checkversion_ (lua_State *L, lua_Number ver) { FILE: src/lib/lua52/lauxlib.h type luaL_Reg (line 23) | typedef struct luaL_Reg { type luaL_Buffer (line 143) | typedef struct luaL_Buffer { type luaL_Stream (line 188) | typedef struct luaL_Stream { FILE: src/lib/lua52/lbaselib.c function luaB_print (line 23) | static int luaB_print (lua_State *L) { function luaB_tonumber (line 48) | static int luaB_tonumber (lua_State *L) { function luaB_error (line 89) | static int luaB_error (lua_State *L) { function luaB_getmetatable (line 101) | static int luaB_getmetatable (lua_State *L) { function luaB_setmetatable (line 112) | static int luaB_setmetatable (lua_State *L) { function luaB_rawequal (line 125) | static int luaB_rawequal (lua_State *L) { function luaB_rawlen (line 133) | static int luaB_rawlen (lua_State *L) { function luaB_rawget (line 142) | static int luaB_rawget (lua_State *L) { function luaB_rawset (line 150) | static int luaB_rawset (lua_State *L) { function luaB_collectgarbage (line 160) | static int luaB_collectgarbage (lua_State *L) { function luaB_type (line 189) | static int luaB_type (lua_State *L) { function pairsmeta (line 196) | static int pairsmeta (lua_State *L, const char *method, int iszero, function luaB_next (line 213) | static int luaB_next (lua_State *L) { function luaB_pairs (line 225) | static int luaB_pairs (lua_State *L) { function ipairsaux (line 230) | static int ipairsaux (lua_State *L) { function luaB_ipairs (line 240) | static int luaB_ipairs (lua_State *L) { function load_aux (line 245) | static int load_aux (lua_State *L, int status, int envidx) { function luaB_loadfile (line 262) | static int luaB_loadfile (lua_State *L) { function luaB_load (line 309) | static int luaB_load (lua_State *L) { function dofilecont (line 331) | static int dofilecont (lua_State *L) { function luaB_dofile (line 336) | static int luaB_dofile (lua_State *L) { function luaB_assert (line 346) | static int luaB_assert (lua_State *L) { function luaB_select (line 353) | static int luaB_select (lua_State *L) { function finishpcall (line 369) | static int finishpcall (lua_State *L, int status) { function pcallcont (line 382) | static int pcallcont (lua_State *L) { function luaB_pcall (line 388) | static int luaB_pcall (lua_State *L) { function luaB_xpcall (line 398) | static int luaB_xpcall (lua_State *L) { function luaB_tostring (line 410) | static int luaB_tostring (lua_State *L) { function LUAMOD_API (line 447) | LUAMOD_API int luaopen_base (lua_State *L) { FILE: src/lib/lua52/lbitlib.c type lua_Unsigned (line 32) | typedef lua_Unsigned b_uint; function b_uint (line 36) | static b_uint andaux (lua_State *L) { function b_and (line 45) | static int b_and (lua_State *L) { function b_test (line 52) | static int b_test (lua_State *L) { function b_or (line 59) | static int b_or (lua_State *L) { function b_xor (line 69) | static int b_xor (lua_State *L) { function b_not (line 79) | static int b_not (lua_State *L) { function b_shift (line 86) | static int b_shift (lua_State *L, b_uint r, int i) { function b_lshift (line 103) | static int b_lshift (lua_State *L) { function b_rshift (line 108) | static int b_rshift (lua_State *L) { function b_arshift (line 113) | static int b_arshift (lua_State *L) { function b_rot (line 128) | static int b_rot (lua_State *L, int i) { function b_lrot (line 139) | static int b_lrot (lua_State *L) { function b_rrot (line 144) | static int b_rrot (lua_State *L) { function fieldargs (line 155) | static int fieldargs (lua_State *L, int farg, int *width) { function b_extract (line 167) | static int b_extract (lua_State *L) { function b_replace (line 177) | static int b_replace (lua_State *L) { function LUAMOD_API (line 208) | LUAMOD_API int luaopen_bit32 (lua_State *L) { FILE: src/lib/lua52/lcode.c function isnumeral (line 32) | static int isnumeral(expdesc *e) { function luaK_nil (line 37) | void luaK_nil (FuncState *fs, int from, int n) { function luaK_jump (line 59) | int luaK_jump (FuncState *fs) { function luaK_ret (line 69) | void luaK_ret (FuncState *fs, int first, int nret) { function condjump (line 74) | static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { function fixjump (line 80) | static void fixjump (FuncState *fs, int pc, int dest) { function luaK_getlabel (line 94) | int luaK_getlabel (FuncState *fs) { function getjump (line 100) | static int getjump (FuncState *fs, int pc) { function Instruction (line 109) | static Instruction *getjumpcontrol (FuncState *fs, int pc) { function need_value (line 122) | static int need_value (FuncState *fs, int list) { function patchtestreg (line 131) | static int patchtestreg (FuncState *fs, int node, int reg) { function removevalues (line 144) | static void removevalues (FuncState *fs, int list) { function patchlistaux (line 150) | static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, function dischargejpc (line 163) | static void dischargejpc (FuncState *fs) { function luaK_patchlist (line 169) | void luaK_patchlist (FuncState *fs, int list, int target) { function LUAI_FUNC (line 179) | LUAI_FUNC void luaK_patchclose (FuncState *fs, int list, int level) { function luaK_patchtohere (line 192) | void luaK_patchtohere (FuncState *fs, int list) { function luaK_concat (line 198) | void luaK_concat (FuncState *fs, int *l1, int l2) { function luaK_code (line 212) | static int luaK_code (FuncState *fs, Instruction i) { function luaK_codeABC (line 227) | int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) { function luaK_codeABx (line 236) | int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { function codeextraarg (line 244) | static int codeextraarg (FuncState *fs, int a) { function luaK_codek (line 250) | int luaK_codek (FuncState *fs, int reg, int k) { function luaK_checkstack (line 261) | void luaK_checkstack (FuncState *fs, int n) { function luaK_reserveregs (line 271) | void luaK_reserveregs (FuncState *fs, int n) { function freereg (line 277) | static void freereg (FuncState *fs, int reg) { function freeexp (line 285) | static void freeexp (FuncState *fs, expdesc *e) { function addk (line 291) | static int addk (FuncState *fs, TValue *key, TValue *v) { function luaK_stringK (line 319) | int luaK_stringK (FuncState *fs, TString *s) { function luaK_numberK (line 326) | int luaK_numberK (FuncState *fs, lua_Number r) { function boolK (line 343) | static int boolK (FuncState *fs, int b) { function nilK (line 350) | static int nilK (FuncState *fs) { function luaK_setreturns (line 359) | void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { function luaK_setoneret (line 371) | void luaK_setoneret (FuncState *fs, expdesc *e) { function luaK_dischargevars (line 383) | void luaK_dischargevars (FuncState *fs, expdesc *e) { function code_label (line 415) | static int code_label (FuncState *fs, int A, int b, int jump) { function discharge2reg (line 421) | static void discharge2reg (FuncState *fs, expdesc *e, int reg) { function discharge2anyreg (line 460) | static void discharge2anyreg (FuncState *fs, expdesc *e) { function exp2reg (line 468) | static void exp2reg (FuncState *fs, expdesc *e, int reg) { function luaK_exp2nextreg (line 492) | void luaK_exp2nextreg (FuncState *fs, expdesc *e) { function luaK_exp2anyreg (line 500) | int luaK_exp2anyreg (FuncState *fs, expdesc *e) { function luaK_exp2anyregup (line 514) | void luaK_exp2anyregup (FuncState *fs, expdesc *e) { function luaK_exp2val (line 520) | void luaK_exp2val (FuncState *fs, expdesc *e) { function luaK_exp2RK (line 528) | int luaK_exp2RK (FuncState *fs, expdesc *e) { function luaK_storevar (line 558) | void luaK_storevar (FuncState *fs, expdesc *var, expdesc *ex) { function luaK_self (line 585) | void luaK_self (FuncState *fs, expdesc *e, expdesc *key) { function invertjump (line 598) | static void invertjump (FuncState *fs, expdesc *e) { function jumponcond (line 606) | static int jumponcond (FuncState *fs, expdesc *e, int cond) { function luaK_goiftrue (line 621) | void luaK_goiftrue (FuncState *fs, expdesc *e) { function luaK_goiffalse (line 645) | void luaK_goiffalse (FuncState *fs, expdesc *e) { function codenot (line 668) | static void codenot (FuncState *fs, expdesc *e) { function luaK_indexed (line 703) | void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) { function constfolding (line 713) | static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { function codearith (line 724) | static void codearith (FuncState *fs, OpCode op, function codecomp (line 746) | static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, function luaK_prefix (line 762) | void luaK_prefix (FuncState *fs, UnOpr op, expdesc *e, int line) { function luaK_infix (line 786) | void luaK_infix (FuncState *fs, BinOpr op, expdesc *v) { function luaK_posfix (line 813) | void luaK_posfix (FuncState *fs, BinOpr op, function luaK_fixline (line 862) | void luaK_fixline (FuncState *fs, int line) { function luaK_setlist (line 867) | void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) { FILE: src/lib/lua52/lcode.h type BinOpr (line 26) | typedef enum BinOpr { type UnOpr (line 36) | typedef enum UnOpr { OPR_MINUS, OPR_NOT, OPR_LEN, OPR_NOUNOPR } UnOpr; FILE: src/lib/lua52/lcorolib.c function auxresume (line 20) | static int auxresume (lua_State *L, lua_State *co, int narg) { function luaB_coresume (line 49) | static int luaB_coresume (lua_State *L) { function luaB_auxwrap (line 67) | static int luaB_auxwrap (lua_State *L) { function luaB_cocreate (line 82) | static int luaB_cocreate (lua_State *L) { function luaB_cowrap (line 92) | static int luaB_cowrap (lua_State *L) { function luaB_yield (line 99) | static int luaB_yield (lua_State *L) { function luaB_costatus (line 104) | static int luaB_costatus (lua_State *L) { function luaB_corunning (line 132) | static int luaB_corunning (lua_State *L) { function LUAMOD_API (line 151) | LUAMOD_API int luaopen_coroutine (lua_State *L) { FILE: src/lib/lua52/ldblib.c function checkstack (line 24) | static void checkstack (lua_State *L, lua_State *L1, int n) { function db_getregistry (line 30) | static int db_getregistry (lua_State *L) { function db_getmetatable (line 36) | static int db_getmetatable (lua_State *L) { function db_setmetatable (line 45) | static int db_setmetatable (lua_State *L) { function db_getuservalue (line 55) | static int db_getuservalue (lua_State *L) { function db_setuservalue (line 64) | static int db_setuservalue (lua_State *L) { function settabss (line 76) | static void settabss (lua_State *L, const char *i, const char *v) { function settabsi (line 82) | static void settabsi (lua_State *L, const char *i, int v) { function settabsb (line 88) | static void settabsb (lua_State *L, const char *i, int v) { function lua_State (line 94) | static lua_State *getthread (lua_State *L, int *arg) { function treatstackoption (line 106) | static void treatstackoption (lua_State *L, lua_State *L1, const char *f... function db_getinfo (line 117) | static int db_getinfo (lua_State *L) { function db_getlocal (line 168) | static int db_getlocal (lua_State *L) { function db_setlocal (line 198) | static int db_setlocal (lua_State *L) { function auxupvalue (line 213) | static int auxupvalue (lua_State *L, int get) { function db_getupvalue (line 225) | static int db_getupvalue (lua_State *L) { function db_setupvalue (line 230) | static int db_setupvalue (lua_State *L) { function checkupval (line 236) | static int checkupval (lua_State *L, int argf, int argnup) { function db_upvalueid (line 247) | static int db_upvalueid (lua_State *L) { function db_upvaluejoin (line 254) | static int db_upvaluejoin (lua_State *L) { function hookf (line 267) | static void hookf (lua_State *L, lua_Debug *ar) { function makemask (line 284) | static int makemask (const char *smask, int count) { function db_sethook (line 304) | static int db_sethook (lua_State *L) { function db_gethook (line 333) | static int db_gethook (lua_State *L) { function db_debug (line 354) | static int db_debug (lua_State *L) { function db_traceback (line 369) | static int db_traceback (lua_State *L) { function LUAMOD_API (line 404) | LUAMOD_API int luaopen_debug (lua_State *L) { FILE: src/lib/lua52/ldebug.c function currentpc (line 39) | static int currentpc (CallInfo *ci) { function currentline (line 45) | static int currentline (CallInfo *ci) { function swapextra (line 50) | static void swapextra (lua_State *L) { function LUA_API (line 63) | LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int coun... function LUA_API (line 78) | LUA_API lua_Hook lua_gethook (lua_State *L) { function LUA_API (line 83) | LUA_API int lua_gethookmask (lua_State *L) { function LUA_API (line 88) | LUA_API int lua_gethookcount (lua_State *L) { function LUA_API (line 93) | LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { function LUA_API (line 154) | LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int... function LUA_API (line 178) | LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int... function funcinfo (line 193) | static void funcinfo (lua_Debug *ar, Closure *cl) { function collectvalidlines (line 211) | static void collectvalidlines (lua_State *L, Closure *f) { function auxgetinfo (line 230) | static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, function LUA_API (line 281) | LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { function kname (line 327) | static void kname (Proto *p, int pc, int c, const char **name) { function filterpc (line 347) | static int filterpc (int pc, int jmptarget) { function findsetreg (line 357) | static int findsetreg (Proto *p, int lastpc, int reg) { function isinstack (line 508) | static int isinstack (CallInfo *ci, const TValue *o) { function l_noret (line 530) | l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { function l_noret (line 549) | l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { function l_noret (line 556) | l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p... function l_noret (line 564) | l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p... function addinfo (line 574) | static void addinfo (lua_State *L, const char *msg) { function l_noret (line 590) | l_noret luaG_errormsg (lua_State *L) { function l_noret (line 603) | l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { FILE: src/lib/lua52/ldo.c type lua_longjmp (line 77) | struct lua_longjmp { function seterrorobj (line 84) | static void seterrorobj (lua_State *L, int errcode, StkId oldtop) { function l_noret (line 103) | l_noret luaD_throw (lua_State *L, int errcode) { function luaD_rawrunprotected (line 125) | int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { function correctstack (line 142) | static void correctstack (lua_State *L, TValue *oldstack) { function luaD_reallocstack (line 161) | void luaD_reallocstack (lua_State *L, int newsize) { function luaD_growstack (line 175) | void luaD_growstack (lua_State *L, int n) { function stackinuse (line 194) | static int stackinuse (lua_State *L) { function luaD_shrinkstack (line 205) | void luaD_shrinkstack (lua_State *L) { function luaD_hook (line 217) | void luaD_hook (lua_State *L, int event, int line) { function callhook (line 244) | static void callhook (lua_State *L, CallInfo *ci) { function StkId (line 257) | static StkId adjust_varargs (lua_State *L, Proto *p, int actual) { function StkId (line 274) | static StkId tryfuncTM (lua_State *L, StkId func) { function luaD_precall (line 296) | int luaD_precall (lua_State *L, StkId func, int nresults) { function luaD_poscall (line 362) | int luaD_poscall (lua_State *L, StkId firstResult) { function luaD_call (line 393) | void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { function finishCcall (line 408) | static void finishCcall (lua_State *L) { function unroll (line 433) | static void unroll (lua_State *L, void *ud) { function CallInfo (line 451) | static CallInfo *findpcall (lua_State *L) { function recover (line 461) | static int recover (lua_State *L, int status) { function l_noret (line 485) | static l_noret resume_error (lua_State *L, const char *msg, StkId firstA... function resume (line 496) | static void resume (lua_State *L, void *ud) { function LUA_API (line 535) | LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs) { function LUA_API (line 567) | LUA_API int lua_yieldk (lua_State *L, int nresults, int ctx, lua_CFuncti... function luaD_pcall (line 595) | int luaD_pcall (lua_State *L, Pfunc func, void *u, type SParser (line 622) | struct SParser { /* data to `f_parser' */ function checkmode (line 631) | static void checkmode (lua_State *L, const char *mode, const char *x) { function f_parser (line 640) | static void f_parser (lua_State *L, void *ud) { function luaD_protectedparser (line 662) | int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, FILE: src/lib/lua52/ldump.c type DumpState (line 18) | typedef struct { function DumpBlock (line 29) | static void DumpBlock(const void* b, size_t size, DumpState* D) function DumpChar (line 39) | static void DumpChar(int y, DumpState* D) function DumpInt (line 45) | static void DumpInt(int x, DumpState* D) function DumpNumber (line 50) | static void DumpNumber(lua_Number x, DumpState* D) function DumpVector (line 55) | static void DumpVector(const void* b, int n, size_t size, DumpState* D) function DumpString (line 61) | static void DumpString(const TString* s, DumpState* D) function DumpConstants (line 80) | static void DumpConstants(const Proto* f, DumpState* D) function DumpUpvalues (line 109) | static void DumpUpvalues(const Proto* f, DumpState* D) function DumpDebug (line 120) | static void DumpDebug(const Proto* f, DumpState* D) function DumpFunction (line 139) | static void DumpFunction(const Proto* f, DumpState* D) function DumpHeader (line 152) | static void DumpHeader(DumpState* D) function luaU_dump (line 162) | int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, i... FILE: src/lib/lua52/lfunc.c function Closure (line 23) | Closure *luaF_newCclosure (lua_State *L, int n) { function Closure (line 30) | Closure *luaF_newLclosure (lua_State *L, int n) { function UpVal (line 39) | UpVal *luaF_newupval (lua_State *L) { function UpVal (line 47) | UpVal *luaF_findupval (lua_State *L, StkId level) { function unlinkupval (line 75) | static void unlinkupval (UpVal *uv) { function luaF_freeupval (line 82) | void luaF_freeupval (lua_State *L, UpVal *uv) { function luaF_close (line 89) | void luaF_close (lua_State *L, StkId level) { function Proto (line 110) | Proto *luaF_newproto (lua_State *L) { function luaF_freeproto (line 135) | void luaF_freeproto (lua_State *L, Proto *f) { FILE: src/lib/lua52/lgc.c function removeentry (line 107) | static void removeentry (Node *n) { function iscleared (line 121) | static int iscleared (global_State *g, const TValue *o) { function luaC_barrier_ (line 135) | void luaC_barrier_ (lua_State *L, GCObject *o, GCObject *v) { function luaC_barrierback_ (line 155) | void luaC_barrierback_ (lua_State *L, GCObject *o) { function LUAI_FUNC (line 172) | LUAI_FUNC void luaC_barrierproto_ (lua_State *L, Proto *p, Closure *c) { function luaC_checkupvalcolor (line 190) | void luaC_checkupvalcolor (global_State *g, UpVal *uv) { function GCObject (line 212) | GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, GCObject **list, function reallymarkobject (line 243) | static void reallymarkobject (global_State *g, GCObject *o) { function markmt (line 301) | static void markmt (global_State *g) { function markbeingfnz (line 311) | static void markbeingfnz (global_State *g) { function remarkupvals (line 324) | static void remarkupvals (global_State *g) { function restartcollection (line 337) | static void restartcollection (global_State *g) { function traverseweakvalue (line 355) | static void traverseweakvalue (global_State *g, Table *h) { function traverseephemeron (line 378) | static int traverseephemeron (global_State *g, Table *h) { function traversestrongtable (line 416) | static void traversestrongtable (global_State *g, Table *h) { function lu_mem (line 434) | static lu_mem traversetable (global_State *g, Table *h) { function traverseproto (line 457) | static int traverseproto (global_State *g, Proto *f) { function lu_mem (line 479) | static lu_mem traverseCclosure (global_State *g, CClosure *cl) { function lu_mem (line 486) | static lu_mem traverseLclosure (global_State *g, LClosure *cl) { function lu_mem (line 495) | static lu_mem traversestack (global_State *g, lua_State *th) { function propagatemark (line 521) | static void propagatemark (global_State *g) { function propagateall (line 566) | static void propagateall (global_State *g) { function propagatelist (line 571) | static void propagatelist (global_State *g, GCObject *l) { function retraversegrays (line 582) | static void retraversegrays (global_State *g) { function convergeephemerons (line 594) | static void convergeephemerons (global_State *g) { function clearkeys (line 625) | static void clearkeys (global_State *g, GCObject *l, GCObject *f) { function clearvalues (line 643) | static void clearvalues (global_State *g, GCObject *l, GCObject *f) { function freeobj (line 663) | static void freeobj (lua_State *L, GCObject *o) { function sweepthread (line 698) | static void sweepthread (lua_State *L, lua_State *L1) { function GCObject (line 719) | static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) { function GCObject (line 758) | static GCObject **sweeptolive (lua_State *L, GCObject **p, int *n) { function checkSizes (line 778) | static void checkSizes (lua_State *L) { function GCObject (line 789) | static GCObject *udata2finalize (global_State *g) { function dothecall (line 803) | static void dothecall (lua_State *L, void *ud) { function GCTM (line 809) | static void GCTM (lua_State *L, int propagateerrors) { function separatetobefnz (line 845) | static void separatetobefnz (lua_State *L, int all) { function luaC_checkfinalizer (line 873) | void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { function setpause (line 913) | static void setpause (global_State *g, l_mem estimate) { function entersweep (line 936) | static int entersweep (lua_State *L) { function luaC_changemode (line 952) | void luaC_changemode (lua_State *L, int mode) { function callallpendingfinalizers (line 974) | static void callallpendingfinalizers (lua_State *L, int propagateerrors) { function luaC_freeallobjects (line 983) | void luaC_freeallobjects (lua_State *L) { function l_mem (line 999) | static l_mem atomic (lua_State *L) { function lu_mem (line 1040) | static lu_mem singlestep (lua_State *L) { function luaC_runtilstate (line 1110) | void luaC_runtilstate (lua_State *L, int statesmask) { function generationalcollection (line 1117) | static void generationalcollection (lua_State *L) { function incstep (line 1139) | static void incstep (lua_State *L) { function luaC_forcestep (line 1163) | void luaC_forcestep (lua_State *L) { function luaC_step (line 1177) | void luaC_step (lua_State *L) { function luaC_fullgc (line 1189) | void luaC_fullgc (lua_State *L, int isemergency) { FILE: src/lib/lua52/linit.c function LUALIB_API (line 52) | LUALIB_API void luaL_openlibs (lua_State *L) { FILE: src/lib/lua52/liolib.c type luaL_Stream (line 122) | typedef luaL_Stream LStream; function io_type (line 130) | static int io_type (lua_State *L) { function f_tostring (line 144) | static int f_tostring (lua_State *L) { function FILE (line 154) | static FILE *tofile (lua_State *L) { function LStream (line 168) | static LStream *newprefile (lua_State *L) { function aux_close (line 176) | static int aux_close (lua_State *L) { function io_close (line 184) | static int io_close (lua_State *L) { function f_gc (line 192) | static int f_gc (lua_State *L) { function io_fclose (line 203) | static int io_fclose (lua_State *L) { function LStream (line 210) | static LStream *newfile (lua_State *L) { function opencheck (line 218) | static void opencheck (lua_State *L, const char *fname, const char *mode) { function io_open (line 226) | static int io_open (lua_State *L) { function io_pclose (line 240) | static int io_pclose (lua_State *L) { function io_popen (line 246) | static int io_popen (lua_State *L) { function io_tmpfile (line 256) | static int io_tmpfile (lua_State *L) { function FILE (line 263) | static FILE *getiofile (lua_State *L, const char *findex) { function g_iofile (line 273) | static int g_iofile (lua_State *L, const char *f, const char *mode) { function io_input (line 290) | static int io_input (lua_State *L) { function io_output (line 295) | static int io_output (lua_State *L) { function aux_lines (line 303) | static void aux_lines (lua_State *L, int toclose) { function f_lines (line 316) | static int f_lines (lua_State *L) { function io_lines (line 323) | static int io_lines (lua_State *L) { function read_number (line 350) | static int read_number (lua_State *L, FILE *f) { function test_eof (line 363) | static int test_eof (lua_State *L, FILE *f) { function read_line (line 371) | static int read_line (lua_State *L, FILE *f, int chop) { function read_all (line 395) | static void read_all (lua_State *L, FILE *f) { function read_chars (line 411) | static int read_chars (lua_State *L, FILE *f, size_t n) { function g_read (line 424) | static int g_read (lua_State *L, FILE *f, int first) { function io_read (line 474) | static int io_read (lua_State *L) { function f_read (line 479) | static int f_read (lua_State *L) { function io_readline (line 484) | static int io_readline (lua_State *L) { function g_write (line 514) | static int g_write (lua_State *L, FILE *f, int arg) { function io_write (line 534) | static int io_write (lua_State *L) { function f_write (line 539) | static int f_write (lua_State *L) { function f_seek (line 546) | static int f_seek (lua_State *L) { function f_setvbuf (line 565) | static int f_setvbuf (lua_State *L) { function io_flush (line 577) | static int io_flush (lua_State *L) { function f_flush (line 582) | static int f_flush (lua_State *L) { function createmeta (line 623) | static void createmeta (lua_State *L) { function io_noclose (line 635) | static int io_noclose (lua_State *L) { function createstdfile (line 644) | static void createstdfile (lua_State *L, FILE *f, const char *k, function LUAMOD_API (line 657) | LUAMOD_API int luaopen_io (lua_State *L) { FILE: src/lib/lua52/llex.c function save (line 52) | static void save (LexState *ls, int c) { function luaX_init (line 65) | void luaX_init (lua_State *L) { function l_noret (line 104) | static l_noret lexerror (LexState *ls, const char *msg, int token) { function l_noret (line 114) | l_noret luaX_syntaxerror (LexState *ls, const char *msg) { function TString (line 124) | TString *luaX_newstring (LexState *ls, const char *str, size_t l) { function inclinenumber (line 148) | static void inclinenumber (LexState *ls) { function luaX_setinput (line 159) | void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, function check_next (line 185) | static int check_next (LexState *ls, const char *set) { function buffreplace (line 196) | static void buffreplace (LexState *ls, char from, char to) { function trydecpoint (line 215) | static void trydecpoint (LexState *ls, SemInfo *seminfo) { function read_numeral (line 232) | static void read_numeral (LexState *ls, SemInfo *seminfo) { function skip_sep (line 257) | static int skip_sep (LexState *ls) { function read_long_string (line 270) | static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { function escerror (line 305) | static void escerror (LexState *ls, int *c, int n, const char *msg) { function readhexaesc (line 315) | static int readhexaesc (LexState *ls) { function readdecesc (line 329) | static int readdecesc (LexState *ls) { function read_string (line 343) | static void read_string (LexState *ls, int del, SemInfo *seminfo) { function llex (line 401) | static int llex (LexState *ls, SemInfo *seminfo) { function luaX_next (line 514) | void luaX_next (LexState *ls) { function luaX_lookahead (line 525) | int luaX_lookahead (LexState *ls) { FILE: src/lib/lua52/llex.h type RESERVED (line 22) | enum RESERVED { type SemInfo (line 37) | typedef union { type Token (line 43) | typedef struct Token { type LexState (line 51) | typedef struct LexState { FILE: src/lib/lua52/llimits.h type lu_int32 (line 18) | typedef unsigned LUA_INT32 lu_int32; type LUAI_UMEM (line 20) | typedef LUAI_UMEM lu_mem; type LUAI_MEM (line 22) | typedef LUAI_MEM l_mem; type lu_byte (line 27) | typedef unsigned char lu_byte; type LUAI_USER_ALIGNMENT_T (line 53) | typedef LUAI_USER_ALIGNMENT_T L_Umaxalign; type LUAI_UACNUMBER (line 57) | typedef LUAI_UACNUMBER l_uacNumber; type lu_int32 (line 133) | typedef lu_int32 Instruction; FILE: src/lib/lua52/lmathlib.c function math_abs (line 26) | static int math_abs (lua_State *L) { function math_sin (line 31) | static int math_sin (lua_State *L) { function math_sinh (line 36) | static int math_sinh (lua_State *L) { function math_cos (line 41) | static int math_cos (lua_State *L) { function math_cosh (line 46) | static int math_cosh (lua_State *L) { function math_tan (line 51) | static int math_tan (lua_State *L) { function math_tanh (line 56) | static int math_tanh (lua_State *L) { function math_asin (line 61) | static int math_asin (lua_State *L) { function math_acos (line 66) | static int math_acos (lua_State *L) { function math_atan (line 71) | static int math_atan (lua_State *L) { function math_atan2 (line 76) | static int math_atan2 (lua_State *L) { function math_ceil (line 82) | static int math_ceil (lua_State *L) { function math_floor (line 87) | static int math_floor (lua_State *L) { function math_fmod (line 92) | static int math_fmod (lua_State *L) { function math_modf (line 98) | static int math_modf (lua_State *L) { function math_sqrt (line 106) | static int math_sqrt (lua_State *L) { function math_pow (line 111) | static int math_pow (lua_State *L) { function math_log (line 118) | static int math_log (lua_State *L) { function math_log10 (line 133) | static int math_log10 (lua_State *L) { function math_exp (line 139) | static int math_exp (lua_State *L) { function math_deg (line 144) | static int math_deg (lua_State *L) { function math_rad (line 149) | static int math_rad (lua_State *L) { function math_frexp (line 154) | static int math_frexp (lua_State *L) { function math_ldexp (line 161) | static int math_ldexp (lua_State *L) { function math_min (line 170) | static int math_min (lua_State *L) { function math_max (line 184) | static int math_max (lua_State *L) { function math_random (line 198) | static int math_random (lua_State *L) { function math_randomseed (line 226) | static int math_randomseed (lua_State *L) { function LUAMOD_API (line 271) | LUAMOD_API int luaopen_math (lua_State *L) { FILE: src/lib/lua52/lmem.c function l_noret (line 66) | l_noret luaM_toobig (lua_State *L) { FILE: src/lib/lua52/loadlib.c function ll_unloadlib (line 129) | static void ll_unloadlib (void *lib) { function lua_CFunction (line 141) | static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { function setprogdir (line 168) | static void setprogdir (lua_State *L) { function pusherror (line 183) | static void pusherror (lua_State *L) { function ll_unloadlib (line 193) | static void ll_unloadlib (void *lib) { function lua_CFunction (line 206) | static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { function ll_unloadlib (line 229) | static void ll_unloadlib (void *lib) { function lua_CFunction (line 241) | static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { function ll_addtoclib (line 261) | static void ll_addtoclib (lua_State *L, const char *path, void *plib) { function gctm (line 275) | static int gctm (lua_State *L) { function ll_loadfunc (line 286) | static int ll_loadfunc (lua_State *L, const char *path, const char *sym) { function ll_loadlib (line 307) | static int ll_loadlib (lua_State *L) { function readable (line 330) | static int readable (const char *filename) { function ll_searchpath (line 372) | static int ll_searchpath (lua_State *L) { function checkload (line 398) | static int checkload (lua_State *L, int stat, const char *filename) { function searcher_Lua (line 410) | static int searcher_Lua (lua_State *L) { function loadfunc (line 419) | static int loadfunc (lua_State *L, const char *filename, const char *mod... function searcher_C (line 437) | static int searcher_C (lua_State *L) { function searcher_Croot (line 445) | static int searcher_Croot (lua_State *L) { function searcher_preload (line 468) | static int searcher_preload (lua_State *L) { function findloader (line 478) | static void findloader (lua_State *L, const char *name) { function ll_require (line 508) | static int ll_require (lua_State *L) { function set_env (line 546) | static void set_env (lua_State *L) { function dooptions (line 558) | static void dooptions (lua_State *L, int n) { function modinit (line 570) | static void modinit (lua_State *L, const char *modname) { function ll_module (line 585) | static int ll_module (lua_State *L) { function ll_seeall (line 604) | static int ll_seeall (lua_State *L) { function noenv (line 628) | static int noenv (lua_State *L) { function setpath (line 637) | static void setpath (lua_State *L, const char *fieldname, const char *en... function createsearcherstable (line 675) | static void createsearcherstable (lua_State *L) { function LUAMOD_API (line 690) | LUAMOD_API int luaopen_package (lua_State *L) { FILE: src/lib/lua52/lobject.c function luaO_int2fb (line 36) | int luaO_int2fb (unsigned int x) { function luaO_fb2int (line 48) | int luaO_fb2int (int x) { function luaO_ceillog2 (line 55) | int luaO_ceillog2 (unsigned int x) { function lua_Number (line 73) | lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2) { function luaO_hexavalue (line 87) | int luaO_hexavalue (int c) { function isneg (line 98) | static int isneg (const char **s) { function lua_Number (line 105) | static lua_Number readhexa (const char **s, lua_Number r, int *count) { function lua_Number (line 118) | static lua_Number lua_strx2number (const char *s, char **endptr) { function luaO_str2d (line 158) | int luaO_str2d (const char *s, size_t len, lua_Number *result) { function pushstr (line 173) | static void pushstr (lua_State *L, const char *str, size_t l) { function luaO_chunkid (line 252) | void luaO_chunkid (char *out, const char *source, size_t bufflen) { FILE: src/lib/lua52/lobject.h type GCObject (line 70) | typedef union GCObject GCObject; type GCheader (line 83) | typedef struct GCheader { type Value (line 92) | typedef union Value Value; type TValue (line 106) | typedef struct lua_TValue TValue; type lua_TValue (line 397) | struct lua_TValue { type TValue (line 402) | typedef TValue *StkId; type TString (line 410) | typedef union TString { type Udata (line 431) | typedef union Udata { type Upvaldesc (line 446) | typedef struct Upvaldesc { type LocVar (line 457) | typedef struct LocVar { type Proto (line 467) | typedef struct Proto { type UpVal (line 496) | typedef struct UpVal { type CClosure (line 516) | typedef struct CClosure { type LClosure (line 523) | typedef struct LClosure { type Closure (line 530) | typedef union Closure { type TKey (line 545) | typedef union TKey { type Node (line 554) | typedef struct Node { type Table (line 560) | typedef struct Table { FILE: src/lib/lua52/lopcodes.h type OpMode (line 32) | enum OpMode {iABC, iABx, iAsBx, iAx} type OpCode (line 165) | typedef enum { type OpArgMask (line 265) | enum OpArgMask { FILE: src/lib/lua52/loslib.c function os_execute (line 80) | static int os_execute (lua_State *L) { function os_remove (line 92) | static int os_remove (lua_State *L) { function os_rename (line 98) | static int os_rename (lua_State *L) { function os_tmpname (line 105) | static int os_tmpname (lua_State *L) { function os_getenv (line 116) | static int os_getenv (lua_State *L) { function os_clock (line 122) | static int os_clock (lua_State *L) { function setfield (line 136) | static void setfield (lua_State *L, const char *key, int value) { function setboolfield (line 141) | static void setboolfield (lua_State *L, const char *key, int value) { function getboolfield (line 148) | static int getboolfield (lua_State *L, const char *key) { function getfield (line 157) | static int getfield (lua_State *L, const char *key, int d) { function os_date (line 195) | static int os_date (lua_State *L) { function os_time (line 241) | static int os_time (lua_State *L) { function os_difftime (line 266) | static int os_difftime (lua_State *L) { function os_setlocale (line 275) | static int os_setlocale (lua_State *L) { function os_exit (line 287) | static int os_exit (lua_State *L) { function LUAMOD_API (line 319) | LUAMOD_API int luaopen_os (lua_State *L) { FILE: src/lib/lua52/lparser.c type BlockCnt (line 42) | typedef struct BlockCnt { function anchor_token (line 60) | static void anchor_token (LexState *ls) { function l_noret (line 71) | static l_noret semerror (LexState *ls, const char *msg) { function l_noret (line 77) | static l_noret error_expected (LexState *ls, int token) { function l_noret (line 83) | static l_noret errorlimit (FuncState *fs, int limit, const char *what) { function checklimit (line 96) | static void checklimit (FuncState *fs, int v, int l, const char *what) { function testnext (line 101) | static int testnext (LexState *ls, int c) { function check (line 110) | static void check (LexState *ls, int c) { function checknext (line 116) | static void checknext (LexState *ls, int c) { function check_match (line 126) | static void check_match (LexState *ls, int what, int who, int where) { function TString (line 139) | static TString *str_checkname (LexState *ls) { function init_exp (line 148) | static void init_exp (expdesc *e, expkind k, int i) { function codestring (line 155) | static void codestring (LexState *ls, expdesc *e, TString *s) { function checkname (line 160) | static void checkname (LexState *ls, expdesc *e) { function registerlocalvar (line 165) | static int registerlocalvar (LexState *ls, TString *varname) { function new_localvar (line 178) | static void new_localvar (LexState *ls, TString *name) { function new_localvarliteral_ (line 190) | static void new_localvarliteral_ (LexState *ls, const char *name, size_t... function LocVar (line 198) | static LocVar *getlocvar (FuncState *fs, int i) { function adjustlocalvars (line 205) | static void adjustlocalvars (LexState *ls, int nvars) { function removevars (line 214) | static void removevars (FuncState *fs, int tolevel) { function searchupvalue (line 221) | static int searchupvalue (FuncState *fs, TString *name) { function newupvalue (line 231) | static int newupvalue (FuncState *fs, TString *name, expdesc *v) { function searchvar (line 246) | static int searchvar (FuncState *fs, TString *n) { function markupval (line 260) | static void markupval (FuncState *fs, int level) { function singlevaraux (line 271) | static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int ba... function singlevar (line 297) | static void singlevar (LexState *ls, expdesc *var) { function adjust_assign (line 310) | static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *... function enterlevel (line 330) | static void enterlevel (LexState *ls) { function closegoto (line 340) | static void closegoto (LexState *ls, int g, Labeldesc *label) { function findlabel (line 364) | static int findlabel (LexState *ls, int g) { function newlabelentry (line 384) | static int newlabelentry (LexState *ls, Labellist *l, TString *name, function findgotos (line 402) | static void findgotos (LexState *ls, Labeldesc *lb) { function movegotosout (line 420) | static void movegotosout (FuncState *fs, BlockCnt *bl) { function enterblock (line 438) | static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { function breaklabel (line 453) | static void breaklabel (LexState *ls) { function l_noret (line 463) | static l_noret undefgoto (LexState *ls, Labeldesc *gt) { function leaveblock (line 472) | static void leaveblock (FuncState *fs) { function Proto (line 498) | static Proto *addprototype (LexState *ls) { function codeclosure (line 520) | static void codeclosure (LexState *ls, expdesc *v) { function open_func (line 527) | static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { function close_func (line 555) | static void close_func (LexState *ls) { function block_follow (line 593) | static int block_follow (LexState *ls, int withuntil) { function statlist (line 604) | static void statlist (LexState *ls) { function fieldsel (line 616) | static void fieldsel (LexState *ls, expdesc *v) { function yindex (line 627) | static void yindex (LexState *ls, expdesc *v) { type ConsControl (line 643) | struct ConsControl { function recfield (line 652) | static void recfield (LexState *ls, struct ConsControl *cc) { function closelistfield (line 673) | static void closelistfield (FuncState *fs, struct ConsControl *cc) { function lastlistfield (line 684) | static void lastlistfield (FuncState *fs, struct ConsControl *cc) { function listfield (line 699) | static void listfield (LexState *ls, struct ConsControl *cc) { function field (line 708) | static void field (LexState *ls, struct ConsControl *cc) { function constructor (line 730) | static void constructor (LexState *ls, expdesc *t) { function parlist (line 759) | static void parlist (LexState *ls) { function body (line 788) | static void body (LexState *ls, expdesc *e, int ismethod, int line) { function explist (line 810) | static int explist (LexState *ls, expdesc *v) { function funcargs (line 823) | static void funcargs (LexState *ls, expdesc *f, int line) { function primaryexp (line 877) | static void primaryexp (LexState *ls, expdesc *v) { function suffixedexp (line 899) | static void suffixedexp (LexState *ls, expdesc *v) { function simpleexp (line 937) | static void simpleexp (LexState *ls, expdesc *v) { function UnOpr (line 987) | static UnOpr getunopr (int op) { function BinOpr (line 997) | static BinOpr getbinopr (int op) { function BinOpr (line 1037) | static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { function expr (line 1067) | static void expr (LexState *ls, expdesc *v) { function block (line 1082) | static void block (LexState *ls) { type LHS_assign (line 1096) | struct LHS_assign { function check_conflict (line 1108) | static void check_conflict (LexState *ls, struct LHS_assign *lh, expdesc... function assignment (line 1136) | static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { function cond (line 1169) | static int cond (LexState *ls) { function gotostat (line 1179) | static void gotostat (LexState *ls, int pc) { function checkrepeated (line 1195) | static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { function skipnoopstat (line 1209) | static void skipnoopstat (LexState *ls) { function labelstat (line 1215) | static void labelstat (LexState *ls, TString *label, int line) { function whilestat (line 1233) | static void whilestat (LexState *ls, int line) { function repeatstat (line 1252) | static void repeatstat (LexState *ls, int line) { function exp1 (line 1272) | static int exp1 (LexState *ls) { function forbody (line 1283) | static void forbody (LexState *ls, int base, int line, int nvars, int is... function fornum (line 1309) | static void fornum (LexState *ls, TString *varname, int line) { function forlist (line 1331) | static void forlist (LexState *ls, TString *indexname) { function forstat (line 1356) | static void forstat (LexState *ls, int line) { FILE: src/lib/lua52/lparser.h type expkind (line 19) | typedef enum { type expdesc (line 40) | typedef struct expdesc { type Vardesc (line 57) | typedef struct Vardesc { type Labeldesc (line 63) | typedef struct Labeldesc { type Labellist (line 72) | typedef struct Labellist { type Dyndata (line 80) | typedef struct Dyndata { type BlockCnt (line 92) | struct BlockCnt type FuncState (line 96) | typedef struct FuncState { FILE: src/lib/lua52/lstate.c type LX (line 59) | typedef struct LX { type LG (line 70) | typedef struct LG { function makeseed (line 89) | static unsigned int makeseed (lua_State *L) { function luaE_setdebt (line 106) | void luaE_setdebt (global_State *g, l_mem debt) { function CallInfo (line 112) | CallInfo *luaE_extendCI (lua_State *L) { function luaE_freeCI (line 122) | void luaE_freeCI (lua_State *L) { function stack_init (line 133) | static void stack_init (lua_State *L1, lua_State *L) { function freestack (line 153) | static void freestack (lua_State *L) { function init_registry (line 165) | static void init_registry (lua_State *L, global_State *g) { function f_luaopen (line 183) | static void f_luaopen (lua_State *L, void *ud) { function preinit_state (line 204) | static void preinit_state (lua_State *L, global_State *g) { function close_state (line 223) | static void close_state (lua_State *L) { function LUA_API (line 237) | LUA_API lua_State *lua_newthread (lua_State *L) { function luaE_freethread (line 256) | void luaE_freethread (lua_State *L, lua_State *L1) { function LUA_API (line 266) | LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { function LUA_API (line 317) | LUA_API void lua_close (lua_State *L) { FILE: src/lib/lua52/lstate.h type lua_longjmp (line 42) | struct lua_longjmp type stringtable (line 59) | typedef struct stringtable { type CallInfo (line 69) | typedef struct CallInfo { type global_State (line 112) | typedef struct global_State { type lua_State (line 154) | struct lua_State { type Table (line 190) | struct Table type Proto (line 191) | struct Proto type UpVal (line 192) | struct UpVal type lua_State (line 193) | struct lua_State FILE: src/lib/lua52/lstring.c function luaS_eqlngstr (line 33) | int luaS_eqlngstr (TString *a, TString *b) { function luaS_eqstr (line 45) | int luaS_eqstr (TString *a, TString *b) { function luaS_hash (line 51) | unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { function luaS_resize (line 64) | void luaS_resize (lua_State *L, int newsize) { function TString (line 98) | static TString *createstrobj (lua_State *L, const char *str, size_t l, function TString (line 116) | static TString *newshrstr (lua_State *L, const char *str, size_t l, function TString (line 133) | static TString *internshrstr (lua_State *L, const char *str, size_t l) { function TString (line 156) | TString *luaS_newlstr (lua_State *L, const char *str, size_t l) { function TString (line 170) | TString *luaS_new (lua_State *L, const char *str) { function Udata (line 175) | Udata *luaS_newudata (lua_State *L, size_t s, Table *e) { FILE: src/lib/lua52/lstrlib.c function str_len (line 37) | static int str_len (lua_State *L) { function posrelat (line 46) | static size_t posrelat (ptrdiff_t pos, size_t len) { function str_sub (line 53) | static int str_sub (lua_State *L) { function str_reverse (line 67) | static int str_reverse (lua_State *L) { function str_lower (line 79) | static int str_lower (lua_State *L) { function str_upper (line 92) | static int str_upper (lua_State *L) { function str_rep (line 108) | static int str_rep (lua_State *L) { function str_byte (line 133) | static int str_byte (lua_State *L) { function str_char (line 152) | static int str_char (lua_State *L) { function writer (line 167) | static int writer (lua_State *L, const void* b, size_t size, void* B) { function str_dump (line 174) | static int str_dump (lua_State *L) { type MatchState (line 198) | typedef struct MatchState { function check_capture (line 226) | static int check_capture (MatchState *ms, int l) { function capture_to_close (line 234) | static int capture_to_close (MatchState *ms) { function match_class (line 266) | static int match_class (int c, int cl) { function matchbracketclass (line 286) | static int matchbracketclass (int c, const char *p, const char *ec) { function singlematch (line 309) | static int singlematch (MatchState *ms, const char *s, const char *p, function push_onecapture (line 536) | static void push_onecapture (MatchState *ms, int i, const char *s, function push_captures (line 555) | static int push_captures (MatchState *ms, const char *s, const char *e) { function nospecials (line 566) | static int nospecials (const char *p, size_t l) { function str_find_aux (line 577) | static int str_find_aux (lua_State *L, int find) { function str_find (line 629) | static int str_find (lua_State *L) { function str_match (line 634) | static int str_match (lua_State *L) { function gmatch_aux (line 639) | static int gmatch_aux (lua_State *L) { function gmatch (line 668) | static int gmatch (lua_State *L) { function add_s (line 678) | static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, function add_value (line 704) | static void add_value (MatchState *ms, luaL_Buffer *b, const char *s, function str_gsub (line 735) | static int str_gsub (lua_State *L) { function addquoted (line 833) | static void addquoted (lua_State *L, luaL_Buffer *b, int arg) { function addlenmod (line 882) | static void addlenmod (char *form, const char *lenmod) { function str_format (line 892) | static int str_format (lua_State *L) { function createmetatable (line 999) | static void createmetatable (lua_State *L) { function LUAMOD_API (line 1014) | LUAMOD_API int luaopen_string (lua_State *L) { FILE: src/lib/lua52/ltable.c function Node (line 80) | static Node *hashnum (const Table *t, lua_Number n) { function Node (line 97) | static Node *mainposition (const Table *t, const TValue *key) { function arrayindex (line 127) | static int arrayindex (const TValue *key) { function findindex (line 144) | static int findindex (lua_State *L, Table *t, StkId key) { function luaH_next (line 169) | int luaH_next (lua_State *L, Table *t, StkId key) { function computesizes (line 196) | static int computesizes (int nums[], int *narray) { function countint (line 218) | static int countint (const TValue *key, int *nums) { function numusearray (line 229) | static int numusearray (const Table *t, int *nums) { function numusehash (line 254) | static int numusehash (const Table *t, int *nums, int *pnasize) { function setarrayvector (line 270) | static void setarrayvector (lua_State *L, Table *t, int size) { function setnodevector (line 279) | static void setnodevector (lua_State *L, Table *t, int size) { function luaH_resize (line 304) | void luaH_resize (lua_State *L, Table *t, int nasize, int nhsize) { function luaH_resizearray (line 337) | void luaH_resizearray (lua_State *L, Table *t, int nasize) { function rehash (line 343) | static void rehash (lua_State *L, Table *t, const TValue *ek) { function Table (line 368) | Table *luaH_new (lua_State *L) { function luaH_free (line 379) | void luaH_free (lua_State *L, Table *t) { function Node (line 387) | static Node *getfreepos (Table *t) { function TValue (line 405) | TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key) { function TValue (line 446) | const TValue *luaH_getint (Table *t, int key) { function TValue (line 466) | const TValue *luaH_getstr (Table *t, TString *key) { function TValue (line 481) | const TValue *luaH_get (Table *t, const TValue *key) { function TValue (line 510) | TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { function luaH_setint (line 518) | void luaH_setint (lua_State *L, Table *t, int key, TValue *value) { function unbound_search (line 532) | static int unbound_search (Table *t, unsigned int j) { function luaH_getn (line 560) | int luaH_getn (Table *t) { function Node (line 582) | Node *luaH_mainposition (const Table *t, const TValue *key) { function luaH_isdummy (line 586) | int luaH_isdummy (Node *n) { return isdummy(n); } FILE: src/lib/lua52/ltablib.c function maxn (line 25) | static int maxn (lua_State *L) { function tinsert (line 42) | static int tinsert (lua_State *L) { function tremove (line 69) | static int tremove (lua_State *L) { function addfield (line 85) | static void addfield (lua_State *L, luaL_Buffer *b, int i) { function tconcat (line 94) | static int tconcat (lua_State *L) { function pack (line 120) | static int pack (lua_State *L) { function unpack (line 137) | static int unpack (lua_State *L) { function set2 (line 166) | static void set2 (lua_State *L, int i, int j) { function sort_comp (line 171) | static int sort_comp (lua_State *L, int a, int b) { function auxsort (line 186) | static void auxsort (lua_State *L, int l, int u) { function sort (line 249) | static int sort (lua_State *L) { function LUAMOD_API (line 276) | LUAMOD_API int luaopen_table (lua_State *L) { FILE: src/lib/lua52/ltm.c function luaT_init (line 32) | void luaT_init (lua_State *L) { function TValue (line 52) | const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { function TValue (line 63) | const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { FILE: src/lib/lua52/ltm.h type TMS (line 18) | typedef enum { FILE: src/lib/lua52/lua.h type lua_State (line 54) | typedef struct lua_State lua_State; type LUA_NUMBER (line 103) | typedef LUA_NUMBER lua_Number; type LUA_INTEGER (line 107) | typedef LUA_INTEGER lua_Integer; type LUA_UNSIGNED (line 110) | typedef LUA_UNSIGNED lua_Unsigned; type lua_Debug (line 375) | typedef struct lua_Debug lua_Debug; type lua_Debug (line 399) | struct lua_Debug { FILE: src/lib/lua52/lundump.c type LoadState (line 23) | typedef struct { function l_noret (line 30) | static l_noret error(LoadState* S, const char* why) function LoadBlock (line 45) | static void LoadBlock(LoadState* S, void* b, size_t size) function LoadChar (line 50) | static int LoadChar(LoadState* S) function LoadInt (line 57) | static int LoadInt(LoadState* S) function lua_Number (line 65) | static lua_Number LoadNumber(LoadState* S) function TString (line 72) | static TString* LoadString(LoadState* S) function LoadCode (line 86) | static void LoadCode(LoadState* S, Proto* f) function LoadConstants (line 96) | static void LoadConstants(LoadState* S, Proto* f) function LoadUpvalues (line 135) | static void LoadUpvalues(LoadState* S, Proto* f) function LoadDebug (line 149) | static void LoadDebug(LoadState* S, Proto* f) function LoadFunction (line 171) | static void LoadFunction(LoadState* S, Proto* f) function LoadHeader (line 190) | static void LoadHeader(LoadState* S) function Closure (line 206) | Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* n... function luaU_header (line 244) | void luaU_header (lu_byte* h) FILE: src/lib/lua52/lvm.c function TValue (line 35) | const TValue *luaV_tonumber (const TValue *obj, TValue *n) { function luaV_tostring (line 47) | int luaV_tostring (lua_State *L, StkId obj) { function traceexec (line 60) | static void traceexec (lua_State *L) { function callTM (line 93) | static void callTM (lua_State *L, const TValue *f, const TValue *p1, function luaV_gettable (line 110) | void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId va... function luaV_settable (line 136) | void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId va... function call_binTM (line 175) | static int call_binTM (lua_State *L, const TValue *p1, const TValue *p2, function TValue (line 186) | static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2, function call_orderTM (line 200) | static int call_orderTM (lua_State *L, const TValue *p1, const TValue *p2, function l_strcmp (line 209) | static int l_strcmp (const TString *ls, const TString *rs) { function luaV_lessthan (line 231) | int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) { function luaV_lessequal (line 243) | int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r) { function luaV_equalobj_ (line 260) | int luaV_equalobj_ (lua_State *L, const TValue *t1, const TValue *t2) { function luaV_concat (line 293) | void luaV_concat (lua_State *L, int total) { function luaV_objlen (line 335) | void luaV_objlen (lua_State *L, StkId ra, const TValue *rb) { function luaV_arith (line 360) | void luaV_arith (lua_State *L, StkId ra, const TValue *rb, function Closure (line 379) | static Closure *getcached (Proto *p, UpVal **encup, StkId base) { function pushclosure (line 401) | static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, function luaV_finishOp (line 423) | void luaV_finishOp (lua_State *L) { function luaV_execute (line 534) | void luaV_execute (lua_State *L) { FILE: src/lib/lua52/lzio.c function luaZ_fill (line 21) | int luaZ_fill (ZIO *z) { function luaZ_init (line 36) | void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { function luaZ_read (line 46) | size_t luaZ_read (ZIO *z, void *b, size_t n) { FILE: src/lib/lua52/lzio.h type ZIO (line 18) | typedef struct Zio ZIO; type Mbuffer (line 23) | typedef struct Mbuffer { type Zio (line 54) | struct Zio { FILE: src/lib/stb/stb_truetype.h function my_stbtt_initfont (line 285) | void my_stbtt_initfont(void) function my_stbtt_print (line 297) | void my_stbtt_print(float x, float y, char *text) function main (line 330) | int main(int argc, char **argv) function main (line 371) | int main(int arg, char **argv) type stbtt_uint8 (line 424) | typedef unsigned char stbtt_uint8; type stbtt_int8 (line 425) | typedef signed char stbtt_int8; type stbtt_uint16 (line 426) | typedef unsigned short stbtt_uint16; type stbtt_int16 (line 427) | typedef signed short stbtt_int16; type stbtt_uint32 (line 428) | typedef unsigned int stbtt_uint32; type stbtt_int32 (line 429) | typedef signed int stbtt_int32; type stbtt__buf (line 509) | typedef struct type stbtt_bakedchar (line 523) | typedef struct type stbtt_aligned_quad (line 539) | typedef struct type stbtt_packedchar (line 571) | typedef struct type stbtt_pack_context (line 578) | typedef struct stbtt_pack_context stbtt_pack_context; type stbtt_fontinfo (line 579) | typedef struct stbtt_fontinfo stbtt_fontinfo; type stbrp_rect (line 581) | typedef struct stbrp_rect stbrp_rect; type stbtt_pack_range (line 615) | typedef struct type stbtt_pack_context (line 674) | struct stbtt_pack_context { type stbtt_fontinfo (line 709) | struct stbtt_fontinfo type stbtt_kerningentry (line 800) | typedef struct stbtt_kerningentry type stbtt_vertex (line 831) | typedef struct type stbtt__bitmap (line 919) | typedef struct function stbtt_uint8 (line 1128) | static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) function stbtt_uint8 (line 1135) | static stbtt_uint8 stbtt__buf_peek8(stbtt__buf *b) function stbtt__buf_seek (line 1142) | static void stbtt__buf_seek(stbtt__buf *b, int o) function stbtt__buf_skip (line 1148) | static void stbtt__buf_skip(stbtt__buf *b, int o) function stbtt_uint32 (line 1153) | static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) function stbtt__buf (line 1163) | static stbtt__buf stbtt__new_buf(const void *p, size_t size) function stbtt__buf (line 1176) | static stbtt__buf stbtt__buf_range(const stbtt__buf *b, int o, int s) function stbtt__buf (line 1185) | static stbtt__buf stbtt__cff_get_index(stbtt__buf *b) function stbtt_uint32 (line 1199) | static stbtt_uint32 stbtt__cff_int(stbtt__buf *b) function stbtt__cff_skip_operand (line 1211) | static void stbtt__cff_skip_operand(stbtt__buf *b) { function stbtt__buf (line 1226) | static stbtt__buf stbtt__dict_get(stbtt__buf *b, int key) function stbtt__dict_get_ints (line 1241) | static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, s... function stbtt__cff_index_count (line 1249) | static int stbtt__cff_index_count(stbtt__buf *b) function stbtt__buf (line 1255) | static stbtt__buf stbtt__cff_index_get(stbtt__buf b, int i) function stbtt_uint16 (line 1281) | static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_int16 (line 1282) | static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_uint32 (line 1283) | static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt_int32 (line 1284) | static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt__isfont (line 1289) | static int stbtt__isfont(stbtt_uint8 *font) function stbtt_uint32 (line 1301) | static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fo... function stbtt_GetFontOffsetForIndex_internal (line 1314) | static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_coll... function stbtt_GetNumberOfFonts_internal (line 1333) | static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) function stbtt__buf (line 1349) | static stbtt__buf stbtt__get_subrs(stbtt__buf cff, stbtt__buf fontdict) function stbtt__get_svg (line 1363) | static int stbtt__get_svg(stbtt_fontinfo *info) function stbtt_InitFont_internal (line 1378) | static int stbtt_InitFont_internal(stbtt_fontinfo *info, unsigned char *... function STBTT_DEF (line 1491) | STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unico... function STBTT_DEF (line 1584) | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int un... function stbtt_setvertex (line 1589) | static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int... function stbtt__GetGlyfOffset (line 1598) | static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1620) | STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1636) | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int code... function STBTT_DEF (line 1641) | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_i... function stbtt__close_shape (line 1653) | static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, ... function stbtt__GetGlyphShapeTT (line 1669) | static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_... type stbtt__csctx (line 1892) | typedef struct function stbtt__track_vertex (line 1906) | static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_in... function stbtt__csctx_v (line 1915) | static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int3... function stbtt__csctx_close_shape (line 1931) | static void stbtt__csctx_close_shape(stbtt__csctx *ctx) function stbtt__csctx_rmove_to (line 1937) | static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rline_to (line 1945) | static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rccurve_to (line 1952) | static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float ... function stbtt__buf (line 1963) | static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n) function stbtt__buf (line 1977) | static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo *info,... function stbtt__run_charstring (line 2005) | static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_i... function stbtt__GetGlyphShapeT2 (line 2264) | static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_... function stbtt__GetGlyphInfoT2 (line 2281) | static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_i... function STBTT_DEF (line 2292) | STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_... function STBTT_DEF (line 2300) | STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int gl... function STBTT_DEF (line 2312) | STBTT_DEF int stbtt_GetKerningTableLength(const stbtt_fontinfo *info) function STBTT_DEF (line 2327) | STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_ke... function stbtt__GetGlyphKernInfoAdvance (line 2354) | static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, i... function stbtt_int32 (line 2384) | static stbtt_int32 stbtt__GetCoverageIndex(stbtt_uint8 *coverageTable, ... function stbtt_int32 (line 2443) | static stbtt_int32 stbtt__GetGlyphClass(stbtt_uint8 *classDefTable, int... function stbtt_int32 (line 2495) | static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo ... function STBTT_DEF (line 2623) | STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int... function STBTT_DEF (line 2635) | STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info,... function STBTT_DEF (line 2642) | STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, in... function STBTT_DEF (line 2647) | STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *as... function STBTT_DEF (line 2654) | STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2665) | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2673) | STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, fl... function STBTT_DEF (line 2679) | STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *in... function STBTT_DEF (line 2685) | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) function STBTT_DEF (line 2690) | STBTT_DEF stbtt_uint8 *stbtt_FindSVGDoc(const stbtt_fontinfo *info, int gl) function STBTT_DEF (line 2707) | STBTT_DEF int stbtt_GetGlyphSVG(const stbtt_fontinfo *info, int gl, cons... function STBTT_DEF (line 2724) | STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unic... function STBTT_DEF (line 2734) | STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *fon... function STBTT_DEF (line 2752) | STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int g... function STBTT_DEF (line 2757) | STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo ... function STBTT_DEF (line 2762) | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, i... type stbtt__hheap_chunk (line 2771) | typedef struct stbtt__hheap_chunk type stbtt__hheap (line 2776) | typedef struct stbtt__hheap function stbtt__hheap_free (line 2804) | static void stbtt__hheap_free(stbtt__hheap *hh, void *p) function stbtt__hheap_cleanup (line 2810) | static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) type stbtt__edge (line 2820) | typedef struct stbtt__edge { type stbtt__active_edge (line 2826) | typedef struct stbtt__active_edge function stbtt__active_edge (line 2848) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__active_edge (line 2870) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__fill_active_edges (line 2895) | static void stbtt__fill_active_edges(unsigned char *scanline, int len, s... function stbtt__rasterize_sorted_edges (line 2937) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__handle_clipped_edge (line 3041) | static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__ac... function stbtt__fill_active_edges_new (line 3078) | static void stbtt__fill_active_edges_new(float *scanline, float *scanlin... function stbtt__rasterize_sorted_edges (line 3240) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__sort_edges_ins_sort (line 3342) | static void stbtt__sort_edges_ins_sort(stbtt__edge *p, int n) function stbtt__sort_edges_quicksort (line 3360) | static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) function stbtt__sort_edges (line 3422) | static void stbtt__sort_edges(stbtt__edge *p, int n) type stbtt__point (line 3428) | typedef struct function stbtt__rasterize (line 3433) | static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, i... function stbtt__add_point (line 3490) | static void stbtt__add_point(stbtt__point *points, int n, float x, float y) function stbtt__tesselate_curve (line 3498) | static int stbtt__tesselate_curve(stbtt__point *points, int *num_points,... function stbtt__tesselate_cubic (line 3518) | static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points... function stbtt__point (line 3561) | static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num... function STBTT_DEF (line 3638) | STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_... function STBTT_DEF (line 3651) | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) function STBTT_DEF (line 3701) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info,... function STBTT_DEF (line 3720) | STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigne... function STBTT_DEF (line 3730) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fo... function STBTT_DEF (line 3735) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *i... function STBTT_DEF (line 3745) | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, uns... function stbtt_BakeFontBitmap_internal (line 3756) | static int stbtt_BakeFontBitmap_internal(unsigned char *data, int offset... function STBTT_DEF (line 3802) | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int p... type stbrp_coord (line 3830) | typedef int stbrp_coord; type stbrp_context (line 3843) | typedef struct type stbrp_node (line 3849) | typedef struct type stbrp_rect (line 3854) | struct stbrp_rect function stbrp_init_target (line 3860) | static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_... function stbrp_pack_rects (line 3871) | static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int ... function STBTT_DEF (line 3900) | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pi... function STBTT_DEF (line 3932) | STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) function STBTT_DEF (line 3938) | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsign... function STBTT_DEF (line 3948) | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *sp... function stbtt__h_prefilter (line 3955) | static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__v_prefilter (line 4017) | static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__oversample_shift (line 4079) | static float stbtt__oversample_shift(int oversample) function STBTT_DEF (line 4092) | STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, c... function STBTT_DEF (line 4127) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontin... function STBTT_DEF (line 4151) | STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *sp... function STBTT_DEF (line 4240) | STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, st... function STBTT_DEF (line 4245) | STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsign... function STBTT_DEF (line 4281) | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigne... function STBTT_DEF (line 4293) | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata... function STBTT_DEF (line 4306) | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int... function stbtt__ray_intersect_bezier (line 4341) | static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], floa... function equal (line 4405) | static int equal(float *a, float *b) function stbtt__compute_crossings_x (line 4410) | static int stbtt__compute_crossings_x(float x, float y, int nverts, stbt... function stbtt__cuberoot (line 4479) | static float stbtt__cuberoot( float x ) function stbtt__solve_cubic (line 4488) | static int stbtt__solve_cubic(float a, float b, float c, float* r) function STBTT_DEF (line 4705) | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata) function stbtt_int32 (line 4716) | static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint... function stbtt_CompareUTF8toUTF16_bigendian_internal (line 4755) | static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len... function STBTT_DEF (line 4762) | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font... function stbtt__matchpair (line 4783) | static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint... function stbtt__matches (line 4830) | static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_ui... function stbtt_FindMatchingFont_internal (line 4859) | static int stbtt_FindMatchingFont_internal(unsigned char *font_collectio... function STBTT_DEF (line 4875) | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, function STBTT_DEF (line 4882) | STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int... function STBTT_DEF (line 4887) | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data) function STBTT_DEF (line 4892) | STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *... function STBTT_DEF (line 4897) | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, cons... function STBTT_DEF (line 4902) | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len... FILE: src/main.c function get_scale (line 18) | static double get_scale(void) { function get_exe_filename (line 29) | static void get_exe_filename(char *buf, int sz) { function init_window_icon (line 47) | static void init_window_icon(void) { function main (line 64) | int main(int argc, char **argv) { FILE: src/rencache.c type Command (line 16) | typedef struct { function min (line 37) | static inline int min(int a, int b) { return a < b ? a : b; } function max (line 38) | static inline int max(int a, int b) { return a > b ? a : b; } function hash (line 43) | static void hash(unsigned *h, const void *data, int size) { function cell_idx (line 51) | static inline int cell_idx(int x, int y) { function rects_overlap (line 56) | static inline bool rects_overlap(RenRect a, RenRect b) { function RenRect (line 62) | static RenRect intersect_rects(RenRect a, RenRect b) { function RenRect (line 71) | static RenRect merge_rects(RenRect a, RenRect b) { function Command (line 80) | static Command* push_command(int type, int size) { function next_command (line 95) | static bool next_command(Command **prev) { function rencache_show_debug (line 105) | void rencache_show_debug(bool enable) { function rencache_free_font (line 110) | void rencache_free_font(RenFont *font) { function rencache_set_clip_rect (line 116) | void rencache_set_clip_rect(RenRect rect) { function rencache_draw_rect (line 122) | void rencache_draw_rect(RenRect rect, RenColor color) { function rencache_draw_text (line 132) | int rencache_draw_text(RenFont *font, const char *text, int x, int y, Re... function rencache_invalidate (line 155) | void rencache_invalidate(void) { function rencache_begin_frame (line 160) | void rencache_begin_frame(void) { function update_overlapping_cells (line 172) | static void update_overlapping_cells(RenRect r, unsigned h) { function push_rect (line 187) | static void push_rect(RenRect r, int *count) { function rencache_end_frame (line 201) | void rencache_end_frame(void) { FILE: src/renderer.c type RenImage (line 10) | struct RenImage { type GlyphSet (line 15) | typedef struct { type RenFont (line 20) | struct RenFont { function ren_init (line 59) | void ren_init(SDL_Window *win) { function ren_update_rects (line 67) | void ren_update_rects(RenRect *rects, int count) { function ren_set_clip_rect (line 77) | void ren_set_clip_rect(RenRect rect) { function ren_get_size (line 85) | void ren_get_size(int *x, int *y) { function RenImage (line 92) | RenImage* ren_new_image(int width, int height) { function ren_free_image (line 103) | void ren_free_image(RenImage *image) { function GlyphSet (line 108) | static GlyphSet* load_glyphset(RenFont *font, int idx) { function GlyphSet (line 153) | static GlyphSet* get_glyphset(RenFont *font, int codepoint) { function RenFont (line 162) | RenFont* ren_load_font(const char *filename, float size) { function ren_free_font (line 206) | void ren_free_font(RenFont *font) { function ren_set_font_tab_width (line 219) | void ren_set_font_tab_width(RenFont *font, int n) { function ren_get_font_tab_width (line 225) | int ren_get_font_tab_width(RenFont *font) { function ren_get_font_width (line 231) | int ren_get_font_width(RenFont *font, const char *text) { function ren_get_font_height (line 245) | int ren_get_font_height(RenFont *font) { function RenColor (line 250) | static inline RenColor blend_pixel(RenColor dst, RenColor src) { function RenColor (line 259) | static inline RenColor blend_pixel2(RenColor dst, RenColor src, RenColor... function ren_draw_rect (line 278) | void ren_draw_rect(RenRect rect, RenColor color) { function ren_draw_image (line 301) | void ren_draw_image(RenImage *image, RenRect *sub, int x, int y, RenColo... function ren_draw_text (line 336) | int ren_draw_text(RenFont *font, const char *text, int x, int y, RenColo... FILE: src/renderer.h type RenImage (line 7) | typedef struct RenImage RenImage; type RenFont (line 8) | typedef struct RenFont RenFont; type RenColor (line 10) | typedef struct { uint8_t b, g, r, a; } RenColor; type RenRect (line 11) | typedef struct { int x, y, width, height; } RenRect; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_assert.h type SDL_AssertState (line 102) | typedef enum type SDL_AssertData (line 111) | typedef struct SDL_AssertData FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_atomic.h type SDL_SpinLock (line 89) | typedef int SDL_SpinLock; type SDL_atomic_t (line 216) | typedef struct { int value; } SDL_atomic_t; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_audio.h type Uint16 (line 64) | typedef Uint16 SDL_AudioFormat; type SDL_AudioSpec (line 178) | typedef struct SDL_AudioSpec type SDL_AudioCVT (line 192) | struct SDL_AudioCVT type SDL_AudioCVT (line 193) | struct SDL_AudioCVT type SDL_AUDIOCVT_PACKED (line 226) | typedef struct SDL_AudioCVT type Uint32 (line 330) | typedef Uint32 SDL_AudioDeviceID; type SDL_AudioStatus (line 395) | typedef enum type _SDL_AudioStream (line 531) | struct _SDL_AudioStream type SDL_AudioStream (line 532) | typedef struct _SDL_AudioStream SDL_AudioStream; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_bits.h function SDL_FORCE_INLINE (line 60) | SDL_FORCE_INLINE int function SDL_FORCE_INLINE (line 104) | SDL_FORCE_INLINE SDL_bool FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_blendmode.h type SDL_BlendMode (line 40) | typedef enum type SDL_BlendOperation (line 62) | typedef enum type SDL_BlendFactor (line 75) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_egl.h type khronos_int32_t (line 177) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 178) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 179) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 180) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 190) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 191) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 192) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 193) | typedef uint64_t khronos_uint64_t; type __int32 (line 202) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 203) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 204) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 205) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 214) | typedef int khronos_int32_t; type khronos_uint32_t (line 215) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 217) | typedef long int khronos_int64_t; type khronos_uint64_t (line 218) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 220) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 221) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 231) | typedef int khronos_int32_t; type khronos_uint32_t (line 232) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 242) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 243) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 244) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 245) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 255) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 256) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 257) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 258) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 266) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 267) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 268) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 269) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 271) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 272) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 273) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 274) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 281) | typedef float khronos_float_t; type khronos_uint64_t (line 294) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 295) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 311) | typedef enum { type IUnknown (line 397) | typedef IUnknown * EGLNativeWindowType; type IUnknown (line 398) | typedef IUnknown * EGLNativePixmapType; type IUnknown (line 399) | typedef IUnknown * EGLNativeDisplayType; type HDC (line 401) | typedef HDC EGLNativeDisplayType; type HBITMAP (line 402) | typedef HBITMAP EGLNativePixmapType; type HWND (line 403) | typedef HWND EGLNativeWindowType; type EGLNativeDisplayType (line 408) | typedef int EGLNativeDisplayType; type wl_display (line 414) | struct wl_display type wl_egl_pixmap (line 415) | struct wl_egl_pixmap type wl_egl_window (line 416) | struct wl_egl_window type gbm_device (line 420) | struct gbm_device type gbm_bo (line 421) | struct gbm_bo type ANativeWindow (line 426) | struct ANativeWindow type egl_native_pixmap_t (line 427) | struct egl_native_pixmap_t type ANativeWindow (line 429) | struct ANativeWindow type egl_native_pixmap_t (line 430) | struct egl_native_pixmap_t type MirEGLNativeDisplayType (line 436) | typedef MirEGLNativeDisplayType EGLNativeDisplayType; type MirEGLNativeWindowType (line 438) | typedef MirEGLNativeWindowType EGLNativeWindowType; type khronos_uintptr_t (line 445) | typedef khronos_uintptr_t EGLNativePixmapType; type khronos_uintptr_t (line 446) | typedef khronos_uintptr_t EGLNativeWindowType; type Display (line 454) | typedef Display *EGLNativeDisplayType; type Pixmap (line 455) | typedef Pixmap EGLNativePixmapType; type Window (line 456) | typedef Window EGLNativeWindowType; type EGLNativeDisplayType (line 465) | typedef EGLNativeDisplayType NativeDisplayType; type EGLNativePixmapType (line 466) | typedef EGLNativePixmapType NativePixmapType; type EGLNativeWindowType (line 467) | typedef EGLNativeWindowType NativeWindowType; type khronos_int32_t (line 477) | typedef khronos_int32_t EGLint; type EGLBoolean (line 534) | typedef unsigned int EGLBoolean; type EGLenum (line 649) | typedef unsigned int EGLenum; type EGLAttrib (line 719) | typedef intptr_t EGLAttrib; type khronos_utime_nanoseconds_t (line 720) | typedef khronos_utime_nanoseconds_t EGLTime; type EGLAttribKHR (line 846) | typedef intptr_t EGLAttribKHR; type EGLAttribKHR (line 847) | typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay ... type khronos_utime_nanoseconds_t (line 888) | typedef khronos_utime_nanoseconds_t EGLTimeKHR; type khronos_uint64_t (line 1063) | typedef khronos_uint64_t EGLuint64KHR; type EGLNativeFileDescriptorKHR (line 1110) | typedef int EGLNativeFileDescriptorKHR; type khronos_ssize_t (line 1180) | typedef khronos_ssize_t EGLsizeiANDROID; type EGLsizeiANDROID (line 1182) | typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsi... type EGLAttrib (line 1342) | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTLAYERSEXTPROC) (EGLDispl... type EGLAttrib (line 1343) | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDispla... type const (line 1377) | typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC) (EGLen... type const (line 1378) | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPRO... type const (line 1379) | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPRO... type EGLClientPixmapHI (line 1455) | struct EGLClientPixmapHI { type EGLClientPixmapHI (line 1462) | struct EGLClientPixmapHI type EGLClientPixmapHI (line 1464) | struct EGLClientPixmapHI type khronos_utime_nanoseconds_t (line 1611) | typedef khronos_utime_nanoseconds_t EGLTimeNV; type khronos_utime_nanoseconds_t (line 1645) | typedef khronos_utime_nanoseconds_t EGLuint64NV; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_endian.h function SDL_FORCE_INLINE (line 70) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 77) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 84) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 93) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 106) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 114) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 121) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 128) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 139) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 161) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 170) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 188) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 195) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 212) | SDL_FORCE_INLINE float FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_error.h type SDL_errorcode (line 55) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_events.h type SDL_EventType (line 55) | typedef enum type SDL_CommonEvent (line 171) | typedef struct SDL_CommonEvent type SDL_DisplayEvent (line 180) | typedef struct SDL_DisplayEvent type SDL_WindowEvent (line 195) | typedef struct SDL_WindowEvent type SDL_KeyboardEvent (line 211) | typedef struct SDL_KeyboardEvent type SDL_TextEditingEvent (line 227) | typedef struct SDL_TextEditingEvent type SDL_TextInputEvent (line 242) | typedef struct SDL_TextInputEvent type SDL_MouseMotionEvent (line 253) | typedef struct SDL_MouseMotionEvent type SDL_MouseButtonEvent (line 269) | typedef struct SDL_MouseButtonEvent type SDL_MouseWheelEvent (line 286) | typedef struct SDL_MouseWheelEvent type SDL_JoyAxisEvent (line 300) | typedef struct SDL_JoyAxisEvent type SDL_JoyBallEvent (line 316) | typedef struct SDL_JoyBallEvent type SDL_JoyHatEvent (line 332) | typedef struct SDL_JoyHatEvent type SDL_JoyButtonEvent (line 352) | typedef struct SDL_JoyButtonEvent type SDL_JoyDeviceEvent (line 366) | typedef struct SDL_JoyDeviceEvent type SDL_ControllerAxisEvent (line 377) | typedef struct SDL_ControllerAxisEvent type SDL_ControllerButtonEvent (line 394) | typedef struct SDL_ControllerButtonEvent type SDL_ControllerDeviceEvent (line 409) | typedef struct SDL_ControllerDeviceEvent type SDL_AudioDeviceEvent (line 419) | typedef struct SDL_AudioDeviceEvent type SDL_TouchFingerEvent (line 434) | typedef struct SDL_TouchFingerEvent type SDL_MultiGestureEvent (line 451) | typedef struct SDL_MultiGestureEvent type SDL_DollarGestureEvent (line 468) | typedef struct SDL_DollarGestureEvent type SDL_DropEvent (line 486) | typedef struct SDL_DropEvent type SDL_SensorEvent (line 498) | typedef struct SDL_SensorEvent type SDL_QuitEvent (line 509) | typedef struct SDL_QuitEvent type SDL_OSEvent (line 518) | typedef struct SDL_OSEvent type SDL_UserEvent (line 527) | typedef struct SDL_UserEvent type SDL_SysWMmsg (line 538) | struct SDL_SysWMmsg type SDL_SysWMmsg (line 539) | typedef struct SDL_SysWMmsg SDL_SysWMmsg; type SDL_SysWMEvent (line 547) | typedef struct SDL_SysWMEvent type SDL_Event (line 557) | typedef union SDL_Event type SDL_eventaction (line 613) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_gamecontroller.h type _SDL_GameController (line 57) | struct _SDL_GameController type SDL_GameController (line 58) | typedef struct _SDL_GameController SDL_GameController; type SDL_GameControllerBindType (line 61) | typedef enum type SDL_GameControllerButtonBind (line 72) | typedef struct SDL_GameControllerButtonBind type SDL_GameControllerAxis (line 272) | typedef enum type SDL_GameControllerButton (line 316) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_gesture.h type Sint64 (line 44) | typedef Sint64 SDL_GestureID; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_haptic.h type _SDL_Haptic (line 140) | struct _SDL_Haptic type SDL_Haptic (line 141) | typedef struct _SDL_Haptic SDL_Haptic; type SDL_HapticDirection (line 450) | typedef struct SDL_HapticDirection type SDL_HapticConstant (line 468) | typedef struct SDL_HapticConstant type SDL_HapticPeriodic (line 549) | typedef struct SDL_HapticPeriodic type SDL_HapticCondition (line 602) | typedef struct SDL_HapticCondition type SDL_HapticRamp (line 639) | typedef struct SDL_HapticRamp type SDL_HapticLeftRight (line 676) | typedef struct SDL_HapticLeftRight type SDL_HapticCustom (line 704) | typedef struct SDL_HapticCustom type SDL_HapticEffect (line 800) | typedef union SDL_HapticEffect FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_hints.h type SDL_HintPriority (line 1180) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_joystick.h type _SDL_Joystick (line 66) | struct _SDL_Joystick type SDL_Joystick (line 67) | typedef struct _SDL_Joystick SDL_Joystick; type SDL_JoystickGUID (line 70) | typedef struct { type Sint32 (line 81) | typedef Sint32 SDL_JoystickID; type SDL_JoystickType (line 83) | typedef enum type SDL_JoystickPowerLevel (line 97) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_keyboard.h type SDL_Keysym (line 47) | typedef struct SDL_Keysym FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_keycode.h type Sint32 (line 45) | typedef Sint32 SDL_Keycode; type SDL_Keymod (line 325) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_log.h type SDL_LogPriority (line 102) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_messagebox.h type SDL_MessageBoxFlags (line 37) | typedef enum type SDL_MessageBoxButtonFlags (line 47) | typedef enum type SDL_MessageBoxButtonData (line 56) | typedef struct type SDL_MessageBoxColor (line 66) | typedef struct type SDL_MessageBoxColorType (line 71) | typedef enum type SDL_MessageBoxColorScheme (line 84) | typedef struct type SDL_MessageBoxData (line 92) | typedef struct FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_mouse.h type SDL_Cursor (line 41) | typedef struct SDL_Cursor SDL_Cursor; type SDL_SystemCursor (line 46) | typedef enum type SDL_MouseWheelDirection (line 66) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_mutex.h type SDL_mutex (line 58) | struct SDL_mutex type SDL_mutex (line 59) | typedef struct SDL_mutex SDL_mutex; type SDL_semaphore (line 106) | struct SDL_semaphore type SDL_sem (line 107) | typedef struct SDL_semaphore SDL_sem; type SDL_cond (line 166) | struct SDL_cond type SDL_cond (line 167) | typedef struct SDL_cond SDL_cond; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_opengl.h type GLenum (line 176) | typedef unsigned int GLenum; type GLboolean (line 177) | typedef unsigned char GLboolean; type GLbitfield (line 178) | typedef unsigned int GLbitfield; type GLvoid (line 179) | typedef void GLvoid; type GLbyte (line 180) | typedef signed char GLbyte; type GLshort (line 181) | typedef short GLshort; type GLint (line 182) | typedef int GLint; type GLubyte (line 183) | typedef unsigned char GLubyte; type GLushort (line 184) | typedef unsigned short GLushort; type GLuint (line 185) | typedef unsigned int GLuint; type GLsizei (line 186) | typedef int GLsizei; type GLfloat (line 187) | typedef float GLfloat; type GLclampf (line 188) | typedef float GLclampf; type GLdouble (line 189) | typedef double GLdouble; type GLclampd (line 190) | typedef double GLclampd; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_opengl_glext.h type GLsizeiptr (line 469) | typedef long GLsizeiptr; type GLintptr (line 470) | typedef long GLintptr; type GLsizeiptr (line 472) | typedef ptrdiff_t GLsizeiptr; type GLintptr (line 473) | typedef ptrdiff_t GLintptr; type GLchar (line 569) | typedef char GLchar; type GLhalf (line 887) | typedef unsigned short GLhalf; type GLubyte (line 1166) | typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLu... type __GLsync (line 1371) | struct __GLsync type __int32 (line 1401) | typedef __int32 int32_t; type __int64 (line 1402) | typedef __int64 int64_t; type GLuint64 (line 1409) | typedef uint64_t GLuint64; type GLint64 (line 1410) | typedef int64_t GLint64; type const (line 1759) | typedef GLint (APIENTRYP PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC) (GLuint ... type const (line 1760) | typedef GLuint (APIENTRYP PFNGLGETSUBROUTINEINDEXPROC) (GLuint program, ... type const (line 2463) | typedef GLuint (APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint prog... type const (line 2466) | typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint pr... type const (line 2467) | typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC) (GLui... type GLuint64EXT (line 2597) | typedef uint64_t GLuint64EXT; type _cl_context (line 2645) | struct _cl_context type _cl_event (line 2646) | struct _cl_event type struct (line 2649) | typedef GLsync (APIENTRYP PFNGLCREATESYNCFROMCLEVENTARBPROC) (struct _cl... type _cl_context (line 2651) | struct _cl_context type _cl_event (line 2651) | struct _cl_event type GLhalfARB (line 3042) | typedef unsigned short GLhalfARB; type GLhandleARB (line 3575) | typedef unsigned int GLhandleARB; type GLcharARB (line 3577) | typedef char GLcharARB; type GLchar (line 3731) | typedef GLboolean (APIENTRYP PFNGLISNAMEDSTRINGARBPROC) (GLint namelen, ... type GLsizeiptrARB (line 4149) | typedef long GLsizeiptrARB; type GLintptrARB (line 4150) | typedef long GLintptrARB; type GLsizeiptrARB (line 4152) | typedef ptrdiff_t GLsizeiptrARB; type GLintptrARB (line 4153) | typedef ptrdiff_t GLintptrARB; type GLint (line 4495) | typedef GLint GLfixed; type GLint64EXT (line 4828) | typedef int64_t GLint64EXT; type GLenum (line 5629) | typedef GLuint (APIENTRYP PFNGLNEWOBJECTBUFFERATIPROC) (GLsizei size, co... type GLuint (line 7587) | typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC) (GLsizei n... type GLhalfNV (line 8856) | typedef unsigned short GLhalfNV; type GLintptr (line 9740) | typedef GLintptr GLvdpauSurfaceNV; type const (line 9747) | typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC... type const (line 9748) | typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPRO... type GLuint (line 9973) | typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n,... FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_opengles2_gl2.h type GLvoid (line 21) | typedef void GLvoid; type GLchar (line 22) | typedef char GLchar; type GLenum (line 23) | typedef unsigned int GLenum; type GLboolean (line 24) | typedef unsigned char GLboolean; type GLbitfield (line 25) | typedef unsigned int GLbitfield; type khronos_int8_t (line 26) | typedef khronos_int8_t GLbyte; type GLshort (line 27) | typedef short GLshort; type GLint (line 28) | typedef int GLint; type GLsizei (line 29) | typedef int GLsizei; type khronos_uint8_t (line 30) | typedef khronos_uint8_t GLubyte; type GLushort (line 31) | typedef unsigned short GLushort; type GLuint (line 32) | typedef unsigned int GLuint; type khronos_float_t (line 33) | typedef khronos_float_t GLfloat; type khronos_float_t (line 34) | typedef khronos_float_t GLclampf; type khronos_int32_t (line 35) | typedef khronos_int32_t GLfixed; type khronos_intptr_t (line 38) | typedef khronos_intptr_t GLintptr; type khronos_ssize_t (line 39) | typedef khronos_ssize_t GLsizeiptr; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_opengles2_gl2ext.h type khronos_int64_t (line 27) | typedef khronos_int64_t GLint64; type khronos_uint64_t (line 28) | typedef khronos_uint64_t GLuint64; type __GLsync (line 29) | struct __GLsync FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_opengles2_khrplatform.h type khronos_int32_t (line 142) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 143) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 144) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 145) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 155) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 156) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 157) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 158) | typedef uint64_t khronos_uint64_t; type __int32 (line 167) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 168) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 169) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 170) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 179) | typedef int khronos_int32_t; type khronos_uint32_t (line 180) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 182) | typedef long int khronos_int64_t; type khronos_uint64_t (line 183) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 185) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 186) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 196) | typedef int khronos_int32_t; type khronos_uint32_t (line 197) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 207) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 208) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 209) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 210) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 220) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 221) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 222) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 223) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 231) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 232) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 233) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 234) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 236) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 237) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 238) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 239) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 246) | typedef float khronos_float_t; type khronos_uint64_t (line 259) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 260) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 276) | typedef enum { FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_pixels.h type SDL_PixelFormatEnum (line 171) | typedef enum type SDL_Color (line 295) | typedef struct SDL_Color type SDL_Palette (line 304) | typedef struct SDL_Palette type SDL_PixelFormat (line 315) | typedef struct SDL_PixelFormat FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_power.h type SDL_PowerState (line 42) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_rect.h type SDL_Point (line 48) | typedef struct SDL_Point type SDL_FPoint (line 60) | typedef struct SDL_FPoint type SDL_Rect (line 77) | typedef struct SDL_Rect type SDL_FRect (line 87) | typedef struct SDL_FRect function SDL_FORCE_INLINE (line 99) | SDL_FORCE_INLINE SDL_bool SDL_PointInRect(const SDL_Point *p, const SDL_... function SDL_FORCE_INLINE (line 108) | SDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r) function SDL_FORCE_INLINE (line 116) | SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Re... FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_render.h type SDL_RendererFlags (line 64) | typedef enum type SDL_RendererInfo (line 78) | typedef struct SDL_RendererInfo type SDL_TextureAccess (line 91) | typedef enum type SDL_TextureModulate (line 101) | typedef enum type SDL_RendererFlip (line 111) | typedef enum type SDL_Renderer (line 121) | struct SDL_Renderer type SDL_Renderer (line 122) | typedef struct SDL_Renderer SDL_Renderer; type SDL_Texture (line 127) | struct SDL_Texture type SDL_Texture (line 128) | typedef struct SDL_Texture SDL_Texture; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_rwops.h type SDL_RWops (line 52) | typedef struct SDL_RWops FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_scancode.h type SDL_Scancode (line 43) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_sensor.h type _SDL_Sensor (line 51) | struct _SDL_Sensor type SDL_Sensor (line 52) | typedef struct _SDL_Sensor SDL_Sensor; type Sint32 (line 60) | typedef Sint32 SDL_SensorID; type SDL_SensorType (line 69) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_shape.h type WindowShapeMode (line 80) | typedef enum { type SDL_WindowShapeParams (line 94) | typedef union { type SDL_WindowShapeMode (line 101) | typedef struct SDL_WindowShapeMode { FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_stdinc.h type SDL_bool (line 159) | typedef int SDL_bool; type SDL_bool (line 161) | typedef enum type Sint8 (line 173) | typedef int8_t Sint8; type Uint8 (line 179) | typedef uint8_t Uint8; type Sint16 (line 185) | typedef int16_t Sint16; type Uint16 (line 191) | typedef uint16_t Uint16; type Sint32 (line 197) | typedef int32_t Sint32; type Uint32 (line 203) | typedef uint32_t Uint32; type Sint64 (line 210) | typedef int64_t Sint64; type Uint64 (line 216) | typedef uint64_t Uint64; type SDL_DUMMY_ENUM (line 337) | typedef enum function SDL_FORCE_INLINE (line 420) | SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) type _SDL_iconv_t (line 547) | struct _SDL_iconv_t FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_surface.h type SDL_Surface (line 70) | typedef struct SDL_Surface type SDL_Surface (line 98) | struct SDL_Surface type SDL_Surface (line 99) | struct SDL_Surface type SDL_YUV_CONVERSION_MODE (line 104) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_system.h type IDirect3DDevice9 (line 60) | typedef struct IDirect3DDevice9 IDirect3DDevice9; type SDL_WinRT_Path (line 183) | typedef enum type SDL_WinRT_DeviceFamily (line 207) | typedef enum FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_syswm.h type SDL_SysWMinfo (line 44) | struct SDL_SysWMinfo type NSWindow (line 84) | typedef struct _NSWindow NSWindow; type UIWindow (line 92) | typedef struct _UIWindow UIWindow; type UIViewController (line 93) | typedef struct _UIViewController UIViewController; type Uint32 (line 95) | typedef Uint32 GLuint; type ANativeWindow (line 99) | typedef struct ANativeWindow ANativeWindow; type SDL_SYSWM_TYPE (line 119) | typedef enum type SDL_SysWMmsg (line 138) | struct SDL_SysWMmsg type SDL_SysWMinfo (line 197) | struct SDL_SysWMinfo type SDL_SysWMinfo (line 295) | typedef struct SDL_SysWMinfo SDL_SysWMinfo; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_test_common.h type SDLTest_CommonState (line 51) | typedef struct FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_test_crc32.h type SDLTest_Crc32Context (line 66) | typedef struct { FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_test_harness.h type SDLTest_TestCaseReference (line 75) | typedef struct SDLTest_TestCaseReference { type SDLTest_TestSuiteReference (line 89) | typedef struct SDLTest_TestSuiteReference { FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_test_images.h type SDLTest_SurfaceImage_t (line 50) | typedef struct SDLTest_SurfaceImage_s { FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_test_md5.h type MD5UINT4 (line 68) | typedef unsigned long int MD5UINT4; type SDLTest_Md5Context (line 71) | typedef struct { FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_test_random.h type SDLTest_RandomContext (line 59) | typedef struct { FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_thread.h type SDL_Thread (line 45) | struct SDL_Thread type SDL_Thread (line 46) | typedef struct SDL_Thread SDL_Thread; type SDL_threadID (line 49) | typedef unsigned long SDL_threadID; type SDL_TLSID (line 52) | typedef unsigned int SDL_TLSID; type SDL_ThreadPriority (line 59) | typedef enum { FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_timer.h type SDL_TimerID (line 86) | typedef int SDL_TimerID; FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_touch.h type Sint64 (line 41) | typedef Sint64 SDL_TouchID; type Sint64 (line 42) | typedef Sint64 SDL_FingerID; type SDL_TouchDeviceType (line 44) | typedef enum type SDL_Finger (line 52) | typedef struct SDL_Finger FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_version.h type SDL_version (line 51) | typedef struct SDL_version FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_video.h type SDL_DisplayMode (line 53) | typedef struct type SDL_Window (line 90) | typedef struct SDL_Window SDL_Window; type SDL_WindowFlags (line 97) | typedef enum type SDL_WindowEventID (line 146) | typedef enum type SDL_DisplayEventID (line 175) | typedef enum type SDL_DisplayOrientation (line 181) | typedef enum type SDL_GLattr (line 198) | typedef enum type SDL_GLprofile (line 229) | typedef enum type SDL_GLcontextFlag (line 236) | typedef enum type SDL_GLcontextReleaseFlag (line 244) | typedef enum type SDL_GLContextResetNotification (line 250) | typedef enum type SDL_HitTestResult (line 1020) | typedef enum type SDL_Point (line 1039) | typedef SDL_HitTestResult (SDLCALL *SDL_HitTest)(SDL_Window *win, FILE: winlib/SDL2-2.0.10/i686-w64-mingw32/include/SDL2/SDL_vulkan.h type VkInstance (line 57) | typedef VkInstance SDL_vulkanInstance; type VkSurfaceKHR (line 58) | typedef VkSurfaceKHR SDL_vulkanSurface; FILE: winlib/SDL2-2.0.10/test/checkkeys.c function quit (line 31) | static void function print_string (line 38) | static void function print_modifiers (line 57) | static void function PrintModifierState (line 91) | static void function PrintKey (line 105) | static void function PrintText (line 137) | static void function loop (line 151) | void function main (line 198) | int FILE: winlib/SDL2-2.0.10/test/controllermap.c type SDL_GameControllerExtendedBind (line 114) | typedef struct type AxisState (line 140) | typedef struct function SDL_Texture (line 154) | SDL_Texture * function StandardizeAxisValue (line 187) | static int function SetCurrentBinding (line 199) | static void function SDL_bool (line 226) | static SDL_bool function ConfigureBinding (line 255) | static void function SDL_bool (line 335) | static SDL_bool function WatchJoystick (line 353) | static void function main (line 772) | int FILE: winlib/SDL2-2.0.10/test/loopwave.c function quit (line 40) | static void function close_audio (line 47) | static void function open_audio (line 56) | static void function reopen_audio (line 72) | static void reopen_audio() function fillerup (line 79) | void SDLCALL function loop (line 105) | void function main (line 113) | int FILE: winlib/SDL2-2.0.10/test/loopwavequeue.c function quit (line 37) | static void function poked (line 45) | void function loop (line 51) | void function main (line 74) | int FILE: winlib/SDL2-2.0.10/test/nacl/background.js function makeURL (line 5) | function makeURL(toolchain, config) { function createWindow (line 9) | function createWindow(url) { function onLaunched (line 18) | function onLaunched(launchData) { FILE: winlib/SDL2-2.0.10/test/nacl/common.js function isHostToolchain (line 21) | function isHostToolchain(tool) { function mimeTypeForTool (line 32) | function mimeTypeForTool(tool) { function browserSupportsNaCl (line 55) | function browserSupportsNaCl(tool) { function injectScript (line 73) | function injectScript(url, onload, onerror) { function runTests (line 89) | function runTests(moduleEl) { function createNaClModule (line 123) | function createNaClModule(name, tool, path, width, height, attrs) { function attachDefaultListeners (line 190) | function attachDefaultListeners() { function handleError (line 206) | function handleError(event) { function handleCrash (line 218) | function handleCrash(event) { function moduleDidLoad (line 234) | function moduleDidLoad() { function hideModule (line 251) | function hideModule() { function removeModule (line 260) | function removeModule() { function startsWith (line 271) | function startsWith(s, prefix) { function logMessage (line 290) | function logMessage(message) { function handleMessage (line 315) | function handleMessage(message_event) { function domContentLoaded (line 348) | function domContentLoaded(name, tool, path, width, height, attrs) { function updateStatus (line 385) | function updateStatus(opt_message) { FILE: winlib/SDL2-2.0.10/test/testatomic.c function RunBasicTest (line 36) | static function adder (line 119) | static function runAdder (line 133) | static function RunEpicTest (line 158) | static type SDL_EventQueueEntry (line 262) | typedef struct type SDL_EventQueue (line 268) | typedef struct function InitEventQueue (line 297) | static void InitEventQueue(SDL_EventQueue *queue) function SDL_bool (line 314) | static SDL_bool EnqueueEvent_LockFree(SDL_EventQueue *queue, const SDL_E... function SDL_bool (line 361) | static SDL_bool DequeueEvent_LockFree(SDL_EventQueue *queue, SDL_Event *... function SDL_bool (line 408) | static SDL_bool EnqueueEvent_Mutex(SDL_EventQueue *queue, const SDL_Even... function SDL_bool (line 441) | static SDL_bool DequeueEvent_Mutex(SDL_EventQueue *queue, SDL_Event *event) type WriterData (line 479) | typedef struct type ReaderData (line 489) | typedef struct function FIFO_Writer (line 498) | static int SDLCALL FIFO_Writer(void* _data) function FIFO_Reader (line 533) | static int SDLCALL FIFO_Reader(void* _data) function FIFO_Watcher (line 573) | static int SDLCALL FIFO_Watcher(void* _data) function RunFIFOTest (line 594) | static void RunFIFOTest(SDL_bool lock_free) function main (line 711) | int FILE: winlib/SDL2-2.0.10/test/testaudiocapture.c function loop (line 26) | static void function main (line 89) | int FILE: winlib/SDL2-2.0.10/test/testaudiohotplug.c function quit (line 38) | static void function fillerup (line 45) | void SDLCALL function poked (line 71) | void function iteration (line 83) | static void function loop (line 126) | void function main (line 136) | int FILE: winlib/SDL2-2.0.10/test/testaudioinfo.c function print_devices (line 15) | static void function main (line 40) | int FILE: winlib/SDL2-2.0.10/test/testautomation.c function quit (line 25) | static void function main (line 32) | int FILE: winlib/SDL2-2.0.10/test/testautomation_audio.c function _audioSetUp (line 19) | void function _audioTearDown (line 31) | void function _audio_testCallback (line 49) | void SDLCALL _audio_testCallback(void *userdata, Uint8 *stream, int len) function audio_quitInitAudioSubSystem (line 65) | int audio_quitInitAudioSubSystem() function audio_initQuitAudio (line 83) | int audio_initQuitAudio() function audio_initOpenCloseQuitAudio (line 139) | int audio_initOpenCloseQuitAudio() function audio_pauseUnpauseAudio (line 225) | int audio_pauseUnpauseAudio() function audio_enumerateAndNameAudioDevices (line 346) | int audio_enumerateAndNameAudioDevices() function audio_enumerateAndNameAudioDevicesNegativeTests (line 404) | int audio_enumerateAndNameAudioDevicesNegativeTests() function audio_printAudioDrivers (line 451) | int audio_printAudioDrivers() function audio_printCurrentAudioDriver (line 483) | int audio_printCurrentAudioDriver() function audio_buildAudioCVT (line 515) | int audio_buildAudioCVT() function audio_buildAudioCVTNegative (line 579) | int audio_buildAudioCVTNegative() function audio_getAudioStatus (line 674) | int audio_getAudioStatus() function audio_openCloseAndGetAudioStatus (line 695) | int audio_openCloseAndGetAudioStatus() function audio_lockUnlockOpenAudioDevice (line 754) | int audio_lockUnlockOpenAudioDevice() function audio_convertAudio (line 817) | int audio_convertAudio() function audio_openCloseAudioDeviceConnected (line 915) | int audio_openCloseAudioDeviceConnected() FILE: winlib/SDL2-2.0.10/test/testautomation_clipboard.c function clipboard_testHasClipboardText (line 21) | int function clipboard_testGetClipboardText (line 37) | int function clipboard_testSetClipboardText (line 54) | int function clipboard_testClipboardTextFunctions (line 85) | int FILE: winlib/SDL2-2.0.10/test/testautomation_events.c function _events_sampleNullEventFilter (line 28) | int SDLCALL _events_sampleNullEventFilter(void *userdata, SDL_Event *event) function events_pushPumpAndPollUserevent (line 48) | int function events_addDelEventWatch (line 83) | int function events_addDelEventWatchWithUserdata (line 133) | int FILE: winlib/SDL2-2.0.10/test/testautomation_hints.c function hints_getHint (line 75) | int function hints_setHint (line 100) | int FILE: winlib/SDL2-2.0.10/test/testautomation_keyboard.c function keyboard_getKeyboardState (line 21) | int function keyboard_getKeyboardFocus (line 47) | int function keyboard_getKeyFromName (line 64) | int function _checkInvalidScancodeError (line 110) | void function keyboard_getKeyFromScancode (line 131) | int function keyboard_getKeyName (line 170) | int function keyboard_getScancodeNameNegative (line 226) | int function keyboard_getKeyNameNegative (line 253) | int function keyboard_getSetModState (line 291) | int function keyboard_startStopTextInput (line 352) | int function _testSetTextInputRect (line 379) | void _testSetTextInputRect(SDL_Rect refRect) function keyboard_setTextInputRect (line 398) | int function keyboard_setTextInputRectNegative (line 478) | int function keyboard_getScancodeFromKey (line 517) | int function keyboard_getScancodeFromName (line 541) | int function _checkInvalidNameError (line 592) | void function keyboard_getScancodeFromNameNegative (line 614) | int FILE: winlib/SDL2-2.0.10/test/testautomation_main.c function main_testInitQuitJoystickHaptic (line 19) | static int main_testInitQuitJoystickHaptic (void *arg) function main_testInitQuitSubSystem (line 47) | static int main_testInitQuitSubSystem (void *arg) function main_testImpliedJoystickInit (line 75) | static int main_testImpliedJoystickInit (void *arg) function main_testImpliedJoystickQuit (line 100) | static int main_testImpliedJoystickQuit (void *arg) FILE: winlib/SDL2-2.0.10/test/testautomation_mouse.c function _mouseStateCheck (line 16) | int _mouseStateCheck(Uint32 state) function mouse_getMouseState (line 30) | int function mouse_getRelativeMouseState (line 76) | int function SDL_Cursor (line 157) | static SDL_Cursor *_initArrowCursor(const char *image[]) function mouse_createFreeCursor (line 198) | int function mouse_createFreeColorCursor (line 224) | int function _changeCursorVisibility (line 255) | void _changeCursorVisibility(int state) function mouse_showCursor (line 280) | int function mouse_setCursor (line 310) | int function mouse_getCursor (line 343) | int function mouse_getSetRelativeMouseMode (line 362) | int function SDL_Window (line 418) | SDL_Window *_createMouseSuiteTestWindow() function _destroyMouseSuiteTestWindow (line 431) | void _destroyMouseSuiteTestWindow(SDL_Window *window) function mouse_warpMouseInWindow (line 445) | int function mouse_getMouseFocus (line 507) | int FILE: winlib/SDL2-2.0.10/test/testautomation_pixels.c function pixels_allocFreeFormat (line 125) | int function pixels_getPixelFormatName (line 231) | int function pixels_allocFreePalette (line 316) | int function pixels_calcGammaRamp (line 405) | int FILE: winlib/SDL2-2.0.10/test/testautomation_platform.c function _compareSizeOfType (line 22) | static int _compareSizeOfType( size_t sizeoftype, size_t hardcodetype ) function platform_testTypes (line 32) | int platform_testTypes(void *arg) function platform_testEndianessAndSwap (line 54) | int platform_testEndianessAndSwap(void *arg) function platform_testGetFunctions (line 110) | int platform_testGetFunctions (void *arg) function platform_testHasFunctions (line 164) | int platform_testHasFunctions (void *arg) function platform_testGetVersion (line 208) | int platform_testGetVersion(void *arg) function platform_testSDLVersion (line 231) | int platform_testSDLVersion(void *arg) function platform_testDefaultInit (line 254) | int platform_testDefaultInit(void *arg) function platform_testGetSetClearError (line 280) | int platform_testGetSetClearError(void *arg) function platform_testSetErrorEmptyInput (line 332) | int platform_testSetErrorEmptyInput(void *arg) function platform_testSetErrorInvalidInput (line 370) | int platform_testSetErrorInvalidInput(void *arg) function platform_testGetPowerInfo (line 453) | int platform_testGetPowerInfo(void *arg) FILE: winlib/SDL2-2.0.10/test/testautomation_rect.c function _validateIntersectRectAndLineResults (line 18) | void _validateIntersectRectAndLineResults( function rect_testIntersectRectAndLine (line 48) | int function rect_testIntersectRectAndLineInside (line 119) | int function rect_testIntersectRectAndLineOutside (line 186) | int function rect_testIntersectRectAndLineEmpty (line 241) | int function rect_testIntersectRectAndLineParam (line 276) | int function _validateHasIntersectionResults (line 308) | void _validateHasIntersectionResults( function _validateIntersectRectResults (line 331) | void _validateIntersectRectResults( function _validateUnionRectResults (line 350) | void _validateUnionRectResults( function _validateRectEmptyResults (line 373) | void _validateRectEmptyResults( function _validateRectEqualsResults (line 391) | void _validateRectEqualsResults( function rect_testIntersectRectInside (line 417) | int rect_testIntersectRectInside (void *arg) function rect_testIntersectRectOutside (line 445) | int rect_testIntersectRectOutside (void *arg) function rect_testIntersectRectPartial (line 473) | int rect_testIntersectRectPartial (void *arg) function rect_testIntersectRectPoint (line 562) | int rect_testIntersectRectPoint (void *arg) function rect_testIntersectRectEmpty (line 609) | int rect_testIntersectRectEmpty (void *arg) function rect_testIntersectRectParam (line 681) | int rect_testIntersectRectParam(void *arg) function rect_testHasIntersectionInside (line 711) | int rect_testHasIntersectionInside (void *arg) function rect_testHasIntersectionOutside (line 738) | int rect_testHasIntersectionOutside (void *arg) function rect_testHasIntersectionPartial (line 765) | int rect_testHasIntersectionPartial (void *arg) function rect_testHasIntersectionPoint (line 832) | int rect_testHasIntersectionPoint (void *arg) function rect_testHasIntersectionEmpty (line 878) | int rect_testHasIntersectionEmpty (void *arg) function rect_testHasIntersectionParam (line 936) | int rect_testHasIntersectionParam(void *arg) function rect_testEnclosePoints (line 959) | int rect_testEnclosePoints(void *arg) function rect_testEnclosePointsRepeatedInput (line 1029) | int rect_testEnclosePointsRepeatedInput(void *arg) function rect_testEnclosePointsWithClipping (line 1105) | int rect_testEnclosePointsWithClipping(void *arg) function rect_testEnclosePointsParam (line 1204) | int rect_testEnclosePointsParam(void *arg) function rect_testUnionRectOutside (line 1232) | int rect_testUnionRectOutside(void *arg) function rect_testUnionRectEmpty (line 1303) | int rect_testUnionRectEmpty(void *arg) function rect_testUnionRectInside (line 1368) | int rect_testUnionRectInside(void *arg) function rect_testUnionRectParam (line 1432) | int rect_testUnionRectParam(void *arg) function rect_testRectEmpty (line 1460) | int rect_testRectEmpty(void *arg) function rect_testRectEmptyParam (line 1503) | int rect_testRectEmptyParam(void *arg) function rect_testRectEquals (line 1520) | int rect_testRectEquals(void *arg) function rect_testRectEqualsParam (line 1550) | int rect_testRectEqualsParam(void *arg) FILE: winlib/SDL2-2.0.10/test/testautomation_render.c function InitCreateRenderer (line 43) | void InitCreateRenderer(void *arg) function CleanupDestroyRenderer (line 66) | void CleanupDestroyRenderer(void *arg) function render_testGetNumRenderDrivers (line 88) | int function render_testPrimitives (line 107) | int render_testPrimitives (void *arg) function render_testPrimitivesBlend (line 213) | int render_testPrimitivesBlend (void *arg) function render_testBlit (line 361) | int function render_testBlitColor (line 431) | int function render_testBlitAlpha (line 505) | int function _testBlitBlendMode (line 582) | static void function render_testBlitBlend (line 634) | int function _isSupported (line 772) | static int function _hasDrawColor (line 785) | static int function _hasBlendModes (line 823) | static int function SDL_Texture (line 879) | static SDL_Texture * function _hasTexColor (line 909) | static int function _hasTexAlpha (line 949) | static int function _compare (line 991) | static void function _clearScreen (line 1035) | static int FILE: winlib/SDL2-2.0.10/test/testautomation_rwops.c function RWopsSetUp (line 32) | void function RWopsTearDown (line 72) | void function _testGenericRWopsValidations (line 94) | void function rwops_testParamNegative (line 174) | int function rwops_testMem (line 221) | int function rwops_testConstMem (line 261) | int function rwops_testFileRead (line 297) | int function rwops_testFileWrite (line 344) | int function rwops_testFPRead (line 393) | int function rwops_testFPWrite (line 443) | int function rwops_testAllocFree (line 490) | int function rwops_testCompareRWFromMemWithRWFromFile (line 517) | int function rwops_testFileWriteReadEndian (line 586) | int FILE: winlib/SDL2-2.0.10/test/testautomation_sdltest.c function sdltest_generateRunSeed (line 33) | int function sdltest_getFuzzerInvocationCount (line 64) | int function sdltest_randomNumber (line 88) | int function sdltest_randomBoundaryNumberUint8 (line 157) | int function sdltest_randomBoundaryNumberUint16 (line 267) | int function sdltest_randomBoundaryNumberUint32 (line 377) | int function sdltest_randomBoundaryNumberUint64 (line 487) | int function sdltest_randomBoundaryNumberSint8 (line 597) | int function sdltest_randomBoundaryNumberSint16 (line 707) | int function sdltest_randomBoundaryNumberSint32 (line 817) | int function sdltest_randomBoundaryNumberSint64 (line 934) | int function sdltest_randomIntegerInRange (line 1044) | int function sdltest_randomAsciiString (line 1119) | int function sdltest_randomAsciiStringWithMaximumLength (line 1153) | int function sdltest_randomAsciiStringOfSize (line 1206) | int FILE: winlib/SDL2-2.0.10/test/testautomation_stdlib.c function stdlib_strlcpy (line 17) | int function stdlib_snprintf (line 43) | int function stdlib_getsetenv (line 125) | int function stdlib_sscanf (line 260) | int FILE: winlib/SDL2-2.0.10/test/testautomation_surface.c function _surfaceSetUp (line 38) | void function _surfaceTearDown (line 70) | void function _clearTestSurface (line 82) | void _clearTestSurface() function _testBlitBlendMode (line 98) | void _testBlitBlendMode(int mode) function _AssertFileExist (line 204) | void function surface_testSaveLoadBitmap (line 219) | int function surface_testSurfaceConversion (line 265) | int function surface_testCompleteSurfaceConversion (line 306) | int function surface_testLoadFailure (line 396) | int function surface_testBlit (line 408) | int function surface_testBlitColorMod (line 431) | int function surface_testBlitAlphaMod (line 454) | int function surface_testBlitBlendNone (line 478) | int function surface_testBlitBlendBlend (line 501) | int function surface_testBlitBlendAdd (line 524) | int function surface_testBlitBlendMod (line 547) | int function surface_testBlitBlendLoop (line 570) | int FILE: winlib/SDL2-2.0.10/test/testautomation_syswm.c function syswm_getWindowWMInfo (line 16) | int FILE: winlib/SDL2-2.0.10/test/testautomation_timer.c function _timerSetUp (line 21) | void function timer_getPerformanceCounter (line 38) | int function timer_getPerformanceFrequency (line 53) | int function timer_delayAndGetTicks (line 68) | int function Uint32 (line 107) | Uint32 SDLCALL _timerTestCallback(Uint32 interval, void *param) function timer_addRemoveTimer (line 124) | int FILE: winlib/SDL2-2.0.10/test/testautomation_video.c function SDL_Window (line 26) | SDL_Window *_createVideoSuiteTestWindow(const char *title) function _destroyVideoSuiteTestWindow (line 49) | void _destroyVideoSuiteTestWindow(SDL_Window *window) function video_enableDisableScreensaver (line 63) | int function video_createWindowVariousPositions (line 115) | int function video_createWindowVariousSizes (line 196) | int function video_createWindowVariousFlags (line 253) | int function video_getWindowFlags (line 330) | int function video_getNumDisplayModes (line 358) | int function video_getNumDisplayModesNegative (line 382) | int function video_getClosestDisplayModeCurrentResolution (line 416) | int function video_getClosestDisplayModeRandomResolution (line 472) | int function video_getWindowBrightness (line 513) | int function video_getWindowBrightnessNegative (line 539) | int function video_getWindowDisplayMode (line 568) | int function _checkInvalidWindowError (line 599) | void _checkInvalidWindowError() function video_getWindowDisplayModeNegative (line 622) | int function video_getWindowGammaRamp (line 666) | int function video_getWindowGammaRampNegative (line 727) | int function _setAndCheckWindowGrabState (line 748) | void function video_getSetWindowGrab (line 773) | int function video_getWindowId (line 842) | int function video_getWindowPixelFormat (line 897) | int function video_getSetWindowPosition (line 932) | int function _checkInvalidParameterError (line 1051) | void _checkInvalidParameterError() function video_getSetWindowSize (line 1075) | int function video_getSetWindowMinimumSize (line 1237) | int function video_getSetWindowMaximumSize (line 1376) | int function video_getSetWindowData (line 1514) | int FILE: winlib/SDL2-2.0.10/test/testbounds.c function main (line 15) | int main(int argc, char **argv) FILE: winlib/SDL2-2.0.10/test/testcustomcursor.c function SDL_Cursor (line 70) | static SDL_Cursor* function SDL_Cursor (line 100) | static SDL_Cursor* function quit (line 142) | static void function loop (line 149) | void function main (line 183) | int FILE: winlib/SDL2-2.0.10/test/testdisplayinfo.c function print_mode (line 20) | static void function main (line 31) | int FILE: winlib/SDL2-2.0.10/test/testdraw2.c function DrawPoints (line 38) | void function DrawLines (line 81) | void function DrawRects (line 133) | void function loop (line 178) | void function main (line 208) | int FILE: winlib/SDL2-2.0.10/test/testdrawchessboard.c function DrawChessBoard (line 31) | void function loop (line 58) | void function main (line 100) | int FILE: winlib/SDL2-2.0.10/test/testdropfile.c function quit (line 21) | static void function main (line 28) | int FILE: winlib/SDL2-2.0.10/test/testerror.c function quit (line 23) | static void function ThreadFunc (line 30) | int SDLCALL function main (line 44) | int FILE: winlib/SDL2-2.0.10/test/testfile.c function cleanup (line 43) | static void function rwops_error_quit (line 50) | static void function main (line 65) | int FILE: winlib/SDL2-2.0.10/test/testfilesystem.c function main (line 17) | int FILE: winlib/SDL2-2.0.10/test/testgamecontroller.c function SDL_Texture (line 69) | static SDL_Texture * function loop (line 97) | void function SDL_bool (line 172) | SDL_bool function main (line 250) | int function main (line 366) | int FILE: winlib/SDL2-2.0.10/test/testgesture.c type Point (line 44) | typedef struct type Knob (line 49) | typedef struct function setpix (line 58) | static void function drawLine (line 93) | static void function drawCircle (line 102) | static void function drawKnob (line 119) | static void function DrawScreen (line 127) | static void function loop (line 171) | static void function main (line 269) | int main(int argc, char* argv[]) FILE: winlib/SDL2-2.0.10/test/testgl2.c type GL_Context (line 27) | typedef struct GL_Context function LoadContext (line 42) | static int LoadContext(GL_Context * data) function quit (line 71) | static void function Render (line 82) | static void function main (line 210) | int function main (line 433) | int FILE: winlib/SDL2-2.0.10/test/testgles.c function quit (line 32) | static void function Render (line 51) | static void function main (line 102) | int function main (line 346) | int FILE: winlib/SDL2-2.0.10/test/testgles2.c type GLES2_Context (line 32) | typedef struct GLES2_Context function LoadContext (line 45) | static int LoadContext(GLES2_Context * data) function quit (line 73) | static void function rotate_matrix (line 106) | static void function perspective_matrix (line 146) | static void function multiply_matrix (line 170) | static void function process_shader (line 198) | void type shader_data (line 364) | typedef struct shader_data function Render (line 375) | static void function loop (line 420) | void loop() function main (line 477) | int function main (line 723) | int FILE: winlib/SDL2-2.0.10/test/testhaptic.c function main (line 40) | int function abort_execution (line 301) | static void function HapticPrintSupported (line 316) | static void function main (line 362) | int FILE: winlib/SDL2-2.0.10/test/testhittesting.c function SDL_HitTestResult (line 17) | static SDL_HitTestResult SDLCALL function main (line 60) | int main(int argc, char **argv) FILE: winlib/SDL2-2.0.10/test/testhotplug.c function main (line 23) | int function main (line 155) | int FILE: winlib/SDL2-2.0.10/test/testiconv.c function widelen (line 17) | static size_t function main (line 28) | int FILE: winlib/SDL2-2.0.10/test/testime.c type UnifontGlyph (line 62) | struct UnifontGlyph { function Uint8 (line 71) | static Uint8 dehex(char c) function Uint8 (line 82) | static Uint8 dehex2(char c1, char c2) function Uint8 (line 87) | static Uint8 validate_hex(const char *cp, size_t len, Uint32 *np) function unifont_init (line 102) | static int unifont_init(const char *fontname) function unifont_make_rgba (line 227) | static void unifont_make_rgba(Uint8 *src, Uint8 *dst, Uint8 width) function unifont_load_texture (line 263) | static int unifont_load_texture(Uint32 textureID) function Sint32 (line 320) | static Sint32 unifont_draw_glyph(Uint32 codepoint, int rendererID, SDL_R... function unifont_cleanup (line 345) | static void unifont_cleanup() function utf8_length (line 371) | size_t utf8_length(unsigned char c) function Uint32 (line 412) | Uint32 utf8_decode(char *p, size_t len) function usage (line 436) | void usage() function InitInput (line 441) | void InitInput() function CleanupVideo (line 455) | void CleanupVideo() function _Redraw (line 466) | void _Redraw(int rendererID) function Redraw (line 615) | void Redraw() function main (line 632) | int main(int argc, char *argv[]) FILE: winlib/SDL2-2.0.10/test/testintersections.c function DrawPoints (line 40) | void function add_line (line 86) | static int function DrawLines (line 104) | void function add_rect (line 130) | static int function DrawRects (line 154) | static void function DrawRectLineIntersections (line 161) | static void function DrawRectRectIntersections (line 185) | static void function loop (line 201) | void function main (line 267) | int FILE: winlib/SDL2-2.0.10/test/testjoystick.c function DrawRect (line 39) | static void function loop (line 46) | void function SDL_bool (line 190) | static SDL_bool function main (line 378) | int FILE: winlib/SDL2-2.0.10/test/testkeys.c function main (line 22) | int FILE: winlib/SDL2-2.0.10/test/testloadso.c function main (line 24) | int FILE: winlib/SDL2-2.0.10/test/testlock.c function SDL_Quit_Wrapper (line 32) | static void function printid (line 38) | void function terminate (line 44) | void function closemutex (line 51) | void function Run (line 64) | int SDLCALL function main (line 92) | int FILE: winlib/SDL2-2.0.10/test/testmessage.c function quit (line 21) | static void function button_messagebox (line 28) | static int SDLCALL function main (line 83) | int FILE: winlib/SDL2-2.0.10/test/testmultiaudio.c type callback_data (line 24) | typedef struct function play_through_once (line 33) | void SDLCALL function loop (line 53) | void function test_multi_audio (line 67) | static void function main (line 163) | int FILE: winlib/SDL2-2.0.10/test/testnative.c function quit (line 42) | static void function SDL_Texture (line 52) | SDL_Texture * function MoveSprites (line 83) | void function main (line 122) | int FILE: winlib/SDL2-2.0.10/test/testnative.h type NativeWindowFactory (line 22) | typedef struct FILE: winlib/SDL2-2.0.10/test/testnativew32.c function LRESULT (line 26) | LRESULT CALLBACK function DestroyWindowNative (line 80) | static void FILE: winlib/SDL2-2.0.10/test/testnativex11.c function DestroyWindowX11 (line 44) | static void FILE: winlib/SDL2-2.0.10/test/testoverlay2.c function quit (line 153) | static void function PrintUsage (line 160) | static void function loop (line 177) | void function main (line 235) | int FILE: winlib/SDL2-2.0.10/test/testplatform.c function badsize (line 22) | static int function TestTypes (line 28) | int function TestEndian (line 83) | int function TST_allmul (line 151) | static int TST_allmul (void *a, void *b, int arg, void *result, void *ex... function TST_alldiv (line 157) | static int TST_alldiv (void *a, void *b, int arg, void *result, void *ex... function TST_allrem (line 163) | static int TST_allrem (void *a, void *b, int arg, void *result, void *ex... function TST_ualldiv (line 169) | static int TST_ualldiv (void *a, void *b, int arg, void *result, void *e... function TST_uallrem (line 175) | static int TST_uallrem (void *a, void *b, int arg, void *result, void *e... function TST_allshl (line 181) | static int TST_allshl (void *a, void *b, int arg, void *result, void *ex... function TST_aullshl (line 187) | static int TST_aullshl (void *a, void *b, int arg, void *result, void *e... function TST_allshr (line 193) | static int TST_allshr (void *a, void *b, int arg, void *result, void *ex... function TST_aullshr (line 199) | static int TST_aullshr (void *a, void *b, int arg, void *result, void *e... type LL_Test (line 208) | typedef struct { function Test64Bit (line 341) | int function TestCPUInfo (line 366) | int function TestAssertions (line 390) | int function main (line 419) | int FILE: winlib/SDL2-2.0.10/test/testpower.c function report_power (line 17) | static void function main (line 63) | int FILE: winlib/SDL2-2.0.10/test/testqsort.c function num_compare (line 15) | static int function test_sort (line 23) | static void function main (line 44) | int FILE: winlib/SDL2-2.0.10/test/testrelative.c function DrawRects (line 30) | static void function loop (line 37) | static void function main (line 77) | int FILE: winlib/SDL2-2.0.10/test/testrendercopyex.c type DrawState (line 27) | typedef struct { function quit (line 40) | static void function SDL_Texture (line 47) | SDL_Texture * function Draw (line 97) | void function loop (line 140) | void loop() function main (line 162) | int FILE: winlib/SDL2-2.0.10/test/testrendertarget.c type DrawState (line 27) | typedef struct { function quit (line 41) | static void function SDL_Texture (line 48) | SDL_Texture * function SDL_bool (line 98) | SDL_bool function SDL_bool (line 181) | SDL_bool function loop (line 225) | void function main (line 251) | int FILE: winlib/SDL2-2.0.10/test/testresample.c function main (line 15) | int FILE: winlib/SDL2-2.0.10/test/testrumble.c function main (line 44) | int function main (line 146) | int FILE: winlib/SDL2-2.0.10/test/testscale.c type DrawState (line 29) | typedef struct { function quit (line 42) | static void function SDL_Texture (line 49) | SDL_Texture * function Draw (line 99) | void function loop (line 130) | void function main (line 152) | int FILE: winlib/SDL2-2.0.10/test/testsem.c function ThreadFunc (line 26) | int SDLCALL function killed (line 44) | static void function TestWaitTimeout (line 50) | static void function main (line 78) | int FILE: winlib/SDL2-2.0.10/test/testsensor.c function HandleSensorEvent (line 37) | static void HandleSensorEvent(SDL_SensorEvent *event) function main (line 58) | int FILE: winlib/SDL2-2.0.10/test/testshader.c type ShaderData (line 31) | typedef struct { function SDL_bool (line 127) | static SDL_bool CompileShader(GLhandleARB shader, const char *source) function SDL_bool (line 150) | static SDL_bool CompileShaderProgram(ShaderData *data) function DestroyShaderProgram (line 193) | static void DestroyShaderProgram(ShaderData *data) function SDL_bool (line 202) | static SDL_bool InitShaders() function QuitShaders (line 256) | static void QuitShaders() function power_of_two (line 266) | static int function GLuint (line 277) | GLuint function InitGL (line 335) | void InitGL(int Width, int Height) /* We call this ri... function DrawGLScene (line 356) | void DrawGLScene(SDL_Window *window, GLuint texture, GLfloat * texcoord) function main (line 416) | int main(int argc, char **argv) function main (line 491) | int FILE: winlib/SDL2-2.0.10/test/testshape.c type LoadedPicture (line 22) | typedef struct LoadedPicture { function render (line 29) | void render(SDL_Renderer *renderer,SDL_Texture *texture,SDL_Rect texture... function main (line 41) | int main(int argc,char** argv) FILE: winlib/SDL2-2.0.10/test/testsprite2.c function quit (line 50) | static void function LoadSprite (line 60) | int function MoveSprites (line 117) | void function loop (line 246) | void function main (line 281) | int FILE: winlib/SDL2-2.0.10/test/testspriteminimal.c function quit (line 38) | static void function LoadSprite (line 44) | int function MoveSprites (line 93) | void function loop (line 128) | void loop() function main (line 146) | int FILE: winlib/SDL2-2.0.10/test/teststreaming.c function quit (line 64) | void quit(int rc) function UpdateTexture (line 70) | void UpdateTexture(SDL_Texture *texture, int frame) function loop (line 94) | void function main (line 126) | int FILE: winlib/SDL2-2.0.10/test/testthread.c function quit (line 26) | static void function ThreadFunc (line 47) | int SDLCALL function killed (line 70) | static void function main (line 79) | int FILE: winlib/SDL2-2.0.10/test/testtimer.c function Uint32 (line 26) | static Uint32 SDLCALL function Uint32 (line 33) | static Uint32 SDLCALL function main (line 40) | int FILE: winlib/SDL2-2.0.10/test/testver.c function main (line 23) | int FILE: winlib/SDL2-2.0.10/test/testviewport.c function quit (line 36) | static void function DrawOnViewport (line 43) | void function loop (line 91) | void function main (line 140) | int FILE: winlib/SDL2-2.0.10/test/testvulkan.c function main (line 21) | int main(int argc, char *argv[]) type VulkanContext (line 176) | typedef struct VulkanContext function quit (line 211) | static void quit(int rc) function loadGlobalFunctions (line 218) | static void loadGlobalFunctions(void) function createInstance (line 245) | static void createInstance(void) function loadInstanceFunctions (line 293) | static void loadInstanceFunctions(void) function createSurface (line 311) | static void createSurface(void) function findPhysicalDevice (line 324) | static void findPhysicalDevice(void) function createDevice (line 497) | static void createDevice(void) function loadDeviceFunctions (line 529) | static void loadDeviceFunctions(void) function getQueues (line 549) | static void getQueues(void) function createSemaphore (line 564) | static void createSemaphore(VkSemaphore *semaphore) function createSemaphores (line 581) | static void createSemaphores(void) function getSurfaceCaps (line 587) | static void getSurfaceCaps(void) function getSurfaceFormats (line 608) | static void getSurfaceFormats(void) function getSwapchainImages (line 649) | static void getSwapchainImages(void) function SDL_bool (line 687) | static SDL_bool createSwapchain(void) function destroySwapchain (line 758) | static void destroySwapchain(void) function destroyCommandBuffers (line 767) | static void destroyCommandBuffers(void) function destroyCommandPool (line 778) | static void destroyCommandPool(void) function createCommandPool (line 785) | static void createCommandPool(void) function createCommandBuffers (line 806) | static void createCommandBuffers(void) function createFences (line 830) | static void createFences(void) function destroyFences (line 865) | static void destroyFences(void) function recordPipelineImageBarrier (line 879) | static void recordPipelineImageBarrier(VkCommandBuffer commandBuffer, function rerecordCommandBuffer (line 912) | static void rerecordCommandBuffer(uint32_t frameIndex, const VkClearColo... function destroySwapchainAndSwapchainSpecificStuff (line 966) | static void destroySwapchainAndSwapchainSpecificStuff(SDL_bool doDestroy... function SDL_bool (line 975) | static SDL_bool createNewSwapchainAndSwapchainSpecificStuff(void) function initVulkan (line 988) | static void initVulkan(void) function shutdownVulkan (line 1004) | static void shutdownVulkan(void) function SDL_bool (line 1023) | static SDL_bool render(void) function main (line 1119) | int main(int argc, char *argv[]) FILE: winlib/SDL2-2.0.10/test/testwm2.c function quit (line 43) | static void function loop (line 50) | void function main (line 117) | int FILE: winlib/SDL2-2.0.10/test/testyuv.c function SDL_bool (line 26) | static SDL_bool is_packed_yuv_format(Uint32 format) function SDL_Surface (line 34) | static SDL_Surface *generate_test_pattern(int pattern_size) function SDL_bool (line 74) | static SDL_bool verify_yuv_data(Uint32 format, const Uint8 *yuv, int yuv... function run_automated_tests (line 114) | static int run_automated_tests(int pattern_size, int extra_pitch) function main (line 219) | int FILE: winlib/SDL2-2.0.10/test/testyuv_cvt.c function clip3 (line 18) | static float clip3(float x, float y, float z) function RGBtoYUV (line 23) | static void RGBtoYUV(Uint8 * rgb, int *yuv, SDL_YUV_CONVERSION_MODE mode... function ConvertRGBtoPlanar2x2 (line 76) | static void ConvertRGBtoPlanar2x2(Uint32 format, Uint8 *src, int pitch, ... function ConvertRGBtoPacked4 (line 192) | static void ConvertRGBtoPacked4(Uint32 format, Uint8 *src, int pitch, Ui... function SDL_bool (line 262) | SDL_bool ConvertRGBtoYUV(Uint32 format, Uint8 *src, int pitch, Uint8 *ou... function CalculateYUVPitch (line 282) | int CalculateYUVPitch(Uint32 format, int width) FILE: winlib/SDL2-2.0.10/test/torturethread.c function quit (line 27) | static void function SubThreadFunc (line 34) | int SDLCALL function ThreadFunc (line 43) | int SDLCALL function main (line 76) | int FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_assert.h type SDL_AssertState (line 102) | typedef enum type SDL_AssertData (line 111) | typedef struct SDL_AssertData FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_atomic.h type SDL_SpinLock (line 89) | typedef int SDL_SpinLock; type SDL_atomic_t (line 216) | typedef struct { int value; } SDL_atomic_t; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_audio.h type Uint16 (line 64) | typedef Uint16 SDL_AudioFormat; type SDL_AudioSpec (line 178) | typedef struct SDL_AudioSpec type SDL_AudioCVT (line 192) | struct SDL_AudioCVT type SDL_AudioCVT (line 193) | struct SDL_AudioCVT type SDL_AUDIOCVT_PACKED (line 226) | typedef struct SDL_AudioCVT type Uint32 (line 330) | typedef Uint32 SDL_AudioDeviceID; type SDL_AudioStatus (line 395) | typedef enum type _SDL_AudioStream (line 531) | struct _SDL_AudioStream type SDL_AudioStream (line 532) | typedef struct _SDL_AudioStream SDL_AudioStream; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_bits.h function SDL_FORCE_INLINE (line 60) | SDL_FORCE_INLINE int function SDL_FORCE_INLINE (line 104) | SDL_FORCE_INLINE SDL_bool FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_blendmode.h type SDL_BlendMode (line 40) | typedef enum type SDL_BlendOperation (line 62) | typedef enum type SDL_BlendFactor (line 75) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_egl.h type khronos_int32_t (line 177) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 178) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 179) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 180) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 190) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 191) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 192) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 193) | typedef uint64_t khronos_uint64_t; type __int32 (line 202) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 203) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 204) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 205) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 214) | typedef int khronos_int32_t; type khronos_uint32_t (line 215) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 217) | typedef long int khronos_int64_t; type khronos_uint64_t (line 218) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 220) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 221) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 231) | typedef int khronos_int32_t; type khronos_uint32_t (line 232) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 242) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 243) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 244) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 245) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 255) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 256) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 257) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 258) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 266) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 267) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 268) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 269) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 271) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 272) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 273) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 274) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 281) | typedef float khronos_float_t; type khronos_uint64_t (line 294) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 295) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 311) | typedef enum { type IUnknown (line 397) | typedef IUnknown * EGLNativeWindowType; type IUnknown (line 398) | typedef IUnknown * EGLNativePixmapType; type IUnknown (line 399) | typedef IUnknown * EGLNativeDisplayType; type HDC (line 401) | typedef HDC EGLNativeDisplayType; type HBITMAP (line 402) | typedef HBITMAP EGLNativePixmapType; type HWND (line 403) | typedef HWND EGLNativeWindowType; type EGLNativeDisplayType (line 408) | typedef int EGLNativeDisplayType; type wl_display (line 414) | struct wl_display type wl_egl_pixmap (line 415) | struct wl_egl_pixmap type wl_egl_window (line 416) | struct wl_egl_window type gbm_device (line 420) | struct gbm_device type gbm_bo (line 421) | struct gbm_bo type ANativeWindow (line 426) | struct ANativeWindow type egl_native_pixmap_t (line 427) | struct egl_native_pixmap_t type ANativeWindow (line 429) | struct ANativeWindow type egl_native_pixmap_t (line 430) | struct egl_native_pixmap_t type MirEGLNativeDisplayType (line 436) | typedef MirEGLNativeDisplayType EGLNativeDisplayType; type MirEGLNativeWindowType (line 438) | typedef MirEGLNativeWindowType EGLNativeWindowType; type khronos_uintptr_t (line 445) | typedef khronos_uintptr_t EGLNativePixmapType; type khronos_uintptr_t (line 446) | typedef khronos_uintptr_t EGLNativeWindowType; type Display (line 454) | typedef Display *EGLNativeDisplayType; type Pixmap (line 455) | typedef Pixmap EGLNativePixmapType; type Window (line 456) | typedef Window EGLNativeWindowType; type EGLNativeDisplayType (line 465) | typedef EGLNativeDisplayType NativeDisplayType; type EGLNativePixmapType (line 466) | typedef EGLNativePixmapType NativePixmapType; type EGLNativeWindowType (line 467) | typedef EGLNativeWindowType NativeWindowType; type khronos_int32_t (line 477) | typedef khronos_int32_t EGLint; type EGLBoolean (line 534) | typedef unsigned int EGLBoolean; type EGLenum (line 649) | typedef unsigned int EGLenum; type EGLAttrib (line 719) | typedef intptr_t EGLAttrib; type khronos_utime_nanoseconds_t (line 720) | typedef khronos_utime_nanoseconds_t EGLTime; type EGLAttribKHR (line 846) | typedef intptr_t EGLAttribKHR; type EGLAttribKHR (line 847) | typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay ... type khronos_utime_nanoseconds_t (line 888) | typedef khronos_utime_nanoseconds_t EGLTimeKHR; type khronos_uint64_t (line 1063) | typedef khronos_uint64_t EGLuint64KHR; type EGLNativeFileDescriptorKHR (line 1110) | typedef int EGLNativeFileDescriptorKHR; type khronos_ssize_t (line 1180) | typedef khronos_ssize_t EGLsizeiANDROID; type EGLsizeiANDROID (line 1182) | typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsi... type EGLAttrib (line 1342) | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTLAYERSEXTPROC) (EGLDispl... type EGLAttrib (line 1343) | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDispla... type const (line 1377) | typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC) (EGLen... type const (line 1378) | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPRO... type const (line 1379) | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPRO... type EGLClientPixmapHI (line 1455) | struct EGLClientPixmapHI { type EGLClientPixmapHI (line 1462) | struct EGLClientPixmapHI type EGLClientPixmapHI (line 1464) | struct EGLClientPixmapHI type khronos_utime_nanoseconds_t (line 1611) | typedef khronos_utime_nanoseconds_t EGLTimeNV; type khronos_utime_nanoseconds_t (line 1645) | typedef khronos_utime_nanoseconds_t EGLuint64NV; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_endian.h function SDL_FORCE_INLINE (line 70) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 77) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 84) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 93) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 106) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 114) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 121) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 128) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 139) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 161) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 170) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 188) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 195) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 212) | SDL_FORCE_INLINE float FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_error.h type SDL_errorcode (line 55) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_events.h type SDL_EventType (line 55) | typedef enum type SDL_CommonEvent (line 171) | typedef struct SDL_CommonEvent type SDL_DisplayEvent (line 180) | typedef struct SDL_DisplayEvent type SDL_WindowEvent (line 195) | typedef struct SDL_WindowEvent type SDL_KeyboardEvent (line 211) | typedef struct SDL_KeyboardEvent type SDL_TextEditingEvent (line 227) | typedef struct SDL_TextEditingEvent type SDL_TextInputEvent (line 242) | typedef struct SDL_TextInputEvent type SDL_MouseMotionEvent (line 253) | typedef struct SDL_MouseMotionEvent type SDL_MouseButtonEvent (line 269) | typedef struct SDL_MouseButtonEvent type SDL_MouseWheelEvent (line 286) | typedef struct SDL_MouseWheelEvent type SDL_JoyAxisEvent (line 300) | typedef struct SDL_JoyAxisEvent type SDL_JoyBallEvent (line 316) | typedef struct SDL_JoyBallEvent type SDL_JoyHatEvent (line 332) | typedef struct SDL_JoyHatEvent type SDL_JoyButtonEvent (line 352) | typedef struct SDL_JoyButtonEvent type SDL_JoyDeviceEvent (line 366) | typedef struct SDL_JoyDeviceEvent type SDL_ControllerAxisEvent (line 377) | typedef struct SDL_ControllerAxisEvent type SDL_ControllerButtonEvent (line 394) | typedef struct SDL_ControllerButtonEvent type SDL_ControllerDeviceEvent (line 409) | typedef struct SDL_ControllerDeviceEvent type SDL_AudioDeviceEvent (line 419) | typedef struct SDL_AudioDeviceEvent type SDL_TouchFingerEvent (line 434) | typedef struct SDL_TouchFingerEvent type SDL_MultiGestureEvent (line 451) | typedef struct SDL_MultiGestureEvent type SDL_DollarGestureEvent (line 468) | typedef struct SDL_DollarGestureEvent type SDL_DropEvent (line 486) | typedef struct SDL_DropEvent type SDL_SensorEvent (line 498) | typedef struct SDL_SensorEvent type SDL_QuitEvent (line 509) | typedef struct SDL_QuitEvent type SDL_OSEvent (line 518) | typedef struct SDL_OSEvent type SDL_UserEvent (line 527) | typedef struct SDL_UserEvent type SDL_SysWMmsg (line 538) | struct SDL_SysWMmsg type SDL_SysWMmsg (line 539) | typedef struct SDL_SysWMmsg SDL_SysWMmsg; type SDL_SysWMEvent (line 547) | typedef struct SDL_SysWMEvent type SDL_Event (line 557) | typedef union SDL_Event type SDL_eventaction (line 613) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_gamecontroller.h type _SDL_GameController (line 57) | struct _SDL_GameController type SDL_GameController (line 58) | typedef struct _SDL_GameController SDL_GameController; type SDL_GameControllerBindType (line 61) | typedef enum type SDL_GameControllerButtonBind (line 72) | typedef struct SDL_GameControllerButtonBind type SDL_GameControllerAxis (line 272) | typedef enum type SDL_GameControllerButton (line 316) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_gesture.h type Sint64 (line 44) | typedef Sint64 SDL_GestureID; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_haptic.h type _SDL_Haptic (line 140) | struct _SDL_Haptic type SDL_Haptic (line 141) | typedef struct _SDL_Haptic SDL_Haptic; type SDL_HapticDirection (line 450) | typedef struct SDL_HapticDirection type SDL_HapticConstant (line 468) | typedef struct SDL_HapticConstant type SDL_HapticPeriodic (line 549) | typedef struct SDL_HapticPeriodic type SDL_HapticCondition (line 602) | typedef struct SDL_HapticCondition type SDL_HapticRamp (line 639) | typedef struct SDL_HapticRamp type SDL_HapticLeftRight (line 676) | typedef struct SDL_HapticLeftRight type SDL_HapticCustom (line 704) | typedef struct SDL_HapticCustom type SDL_HapticEffect (line 800) | typedef union SDL_HapticEffect FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_hints.h type SDL_HintPriority (line 1180) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_joystick.h type _SDL_Joystick (line 66) | struct _SDL_Joystick type SDL_Joystick (line 67) | typedef struct _SDL_Joystick SDL_Joystick; type SDL_JoystickGUID (line 70) | typedef struct { type Sint32 (line 81) | typedef Sint32 SDL_JoystickID; type SDL_JoystickType (line 83) | typedef enum type SDL_JoystickPowerLevel (line 97) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_keyboard.h type SDL_Keysym (line 47) | typedef struct SDL_Keysym FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_keycode.h type Sint32 (line 45) | typedef Sint32 SDL_Keycode; type SDL_Keymod (line 325) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_log.h type SDL_LogPriority (line 102) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_messagebox.h type SDL_MessageBoxFlags (line 37) | typedef enum type SDL_MessageBoxButtonFlags (line 47) | typedef enum type SDL_MessageBoxButtonData (line 56) | typedef struct type SDL_MessageBoxColor (line 66) | typedef struct type SDL_MessageBoxColorType (line 71) | typedef enum type SDL_MessageBoxColorScheme (line 84) | typedef struct type SDL_MessageBoxData (line 92) | typedef struct FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_mouse.h type SDL_Cursor (line 41) | typedef struct SDL_Cursor SDL_Cursor; type SDL_SystemCursor (line 46) | typedef enum type SDL_MouseWheelDirection (line 66) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_mutex.h type SDL_mutex (line 58) | struct SDL_mutex type SDL_mutex (line 59) | typedef struct SDL_mutex SDL_mutex; type SDL_semaphore (line 106) | struct SDL_semaphore type SDL_sem (line 107) | typedef struct SDL_semaphore SDL_sem; type SDL_cond (line 166) | struct SDL_cond type SDL_cond (line 167) | typedef struct SDL_cond SDL_cond; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_opengl.h type GLenum (line 176) | typedef unsigned int GLenum; type GLboolean (line 177) | typedef unsigned char GLboolean; type GLbitfield (line 178) | typedef unsigned int GLbitfield; type GLvoid (line 179) | typedef void GLvoid; type GLbyte (line 180) | typedef signed char GLbyte; type GLshort (line 181) | typedef short GLshort; type GLint (line 182) | typedef int GLint; type GLubyte (line 183) | typedef unsigned char GLubyte; type GLushort (line 184) | typedef unsigned short GLushort; type GLuint (line 185) | typedef unsigned int GLuint; type GLsizei (line 186) | typedef int GLsizei; type GLfloat (line 187) | typedef float GLfloat; type GLclampf (line 188) | typedef float GLclampf; type GLdouble (line 189) | typedef double GLdouble; type GLclampd (line 190) | typedef double GLclampd; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_opengl_glext.h type GLsizeiptr (line 469) | typedef long GLsizeiptr; type GLintptr (line 470) | typedef long GLintptr; type GLsizeiptr (line 472) | typedef ptrdiff_t GLsizeiptr; type GLintptr (line 473) | typedef ptrdiff_t GLintptr; type GLchar (line 569) | typedef char GLchar; type GLhalf (line 887) | typedef unsigned short GLhalf; type GLubyte (line 1166) | typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLu... type __GLsync (line 1371) | struct __GLsync type __int32 (line 1401) | typedef __int32 int32_t; type __int64 (line 1402) | typedef __int64 int64_t; type GLuint64 (line 1409) | typedef uint64_t GLuint64; type GLint64 (line 1410) | typedef int64_t GLint64; type const (line 1759) | typedef GLint (APIENTRYP PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC) (GLuint ... type const (line 1760) | typedef GLuint (APIENTRYP PFNGLGETSUBROUTINEINDEXPROC) (GLuint program, ... type const (line 2463) | typedef GLuint (APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint prog... type const (line 2466) | typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint pr... type const (line 2467) | typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC) (GLui... type GLuint64EXT (line 2597) | typedef uint64_t GLuint64EXT; type _cl_context (line 2645) | struct _cl_context type _cl_event (line 2646) | struct _cl_event type struct (line 2649) | typedef GLsync (APIENTRYP PFNGLCREATESYNCFROMCLEVENTARBPROC) (struct _cl... type _cl_context (line 2651) | struct _cl_context type _cl_event (line 2651) | struct _cl_event type GLhalfARB (line 3042) | typedef unsigned short GLhalfARB; type GLhandleARB (line 3575) | typedef unsigned int GLhandleARB; type GLcharARB (line 3577) | typedef char GLcharARB; type GLchar (line 3731) | typedef GLboolean (APIENTRYP PFNGLISNAMEDSTRINGARBPROC) (GLint namelen, ... type GLsizeiptrARB (line 4149) | typedef long GLsizeiptrARB; type GLintptrARB (line 4150) | typedef long GLintptrARB; type GLsizeiptrARB (line 4152) | typedef ptrdiff_t GLsizeiptrARB; type GLintptrARB (line 4153) | typedef ptrdiff_t GLintptrARB; type GLint (line 4495) | typedef GLint GLfixed; type GLint64EXT (line 4828) | typedef int64_t GLint64EXT; type GLenum (line 5629) | typedef GLuint (APIENTRYP PFNGLNEWOBJECTBUFFERATIPROC) (GLsizei size, co... type GLuint (line 7587) | typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC) (GLsizei n... type GLhalfNV (line 8856) | typedef unsigned short GLhalfNV; type GLintptr (line 9740) | typedef GLintptr GLvdpauSurfaceNV; type const (line 9747) | typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC... type const (line 9748) | typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPRO... type GLuint (line 9973) | typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n,... FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2.h type GLvoid (line 21) | typedef void GLvoid; type GLchar (line 22) | typedef char GLchar; type GLenum (line 23) | typedef unsigned int GLenum; type GLboolean (line 24) | typedef unsigned char GLboolean; type GLbitfield (line 25) | typedef unsigned int GLbitfield; type khronos_int8_t (line 26) | typedef khronos_int8_t GLbyte; type GLshort (line 27) | typedef short GLshort; type GLint (line 28) | typedef int GLint; type GLsizei (line 29) | typedef int GLsizei; type khronos_uint8_t (line 30) | typedef khronos_uint8_t GLubyte; type GLushort (line 31) | typedef unsigned short GLushort; type GLuint (line 32) | typedef unsigned int GLuint; type khronos_float_t (line 33) | typedef khronos_float_t GLfloat; type khronos_float_t (line 34) | typedef khronos_float_t GLclampf; type khronos_int32_t (line 35) | typedef khronos_int32_t GLfixed; type khronos_intptr_t (line 38) | typedef khronos_intptr_t GLintptr; type khronos_ssize_t (line 39) | typedef khronos_ssize_t GLsizeiptr; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2ext.h type khronos_int64_t (line 27) | typedef khronos_int64_t GLint64; type khronos_uint64_t (line 28) | typedef khronos_uint64_t GLuint64; type __GLsync (line 29) | struct __GLsync FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_khrplatform.h type khronos_int32_t (line 142) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 143) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 144) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 145) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 155) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 156) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 157) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 158) | typedef uint64_t khronos_uint64_t; type __int32 (line 167) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 168) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 169) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 170) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 179) | typedef int khronos_int32_t; type khronos_uint32_t (line 180) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 182) | typedef long int khronos_int64_t; type khronos_uint64_t (line 183) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 185) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 186) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 196) | typedef int khronos_int32_t; type khronos_uint32_t (line 197) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 207) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 208) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 209) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 210) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 220) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 221) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 222) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 223) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 231) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 232) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 233) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 234) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 236) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 237) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 238) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 239) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 246) | typedef float khronos_float_t; type khronos_uint64_t (line 259) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 260) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 276) | typedef enum { FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_pixels.h type SDL_PixelFormatEnum (line 171) | typedef enum type SDL_Color (line 295) | typedef struct SDL_Color type SDL_Palette (line 304) | typedef struct SDL_Palette type SDL_PixelFormat (line 315) | typedef struct SDL_PixelFormat FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_power.h type SDL_PowerState (line 42) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_rect.h type SDL_Point (line 48) | typedef struct SDL_Point type SDL_FPoint (line 60) | typedef struct SDL_FPoint type SDL_Rect (line 77) | typedef struct SDL_Rect type SDL_FRect (line 87) | typedef struct SDL_FRect function SDL_FORCE_INLINE (line 99) | SDL_FORCE_INLINE SDL_bool SDL_PointInRect(const SDL_Point *p, const SDL_... function SDL_FORCE_INLINE (line 108) | SDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r) function SDL_FORCE_INLINE (line 116) | SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Re... FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_render.h type SDL_RendererFlags (line 64) | typedef enum type SDL_RendererInfo (line 78) | typedef struct SDL_RendererInfo type SDL_TextureAccess (line 91) | typedef enum type SDL_TextureModulate (line 101) | typedef enum type SDL_RendererFlip (line 111) | typedef enum type SDL_Renderer (line 121) | struct SDL_Renderer type SDL_Renderer (line 122) | typedef struct SDL_Renderer SDL_Renderer; type SDL_Texture (line 127) | struct SDL_Texture type SDL_Texture (line 128) | typedef struct SDL_Texture SDL_Texture; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_rwops.h type SDL_RWops (line 52) | typedef struct SDL_RWops FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_scancode.h type SDL_Scancode (line 43) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_sensor.h type _SDL_Sensor (line 51) | struct _SDL_Sensor type SDL_Sensor (line 52) | typedef struct _SDL_Sensor SDL_Sensor; type Sint32 (line 60) | typedef Sint32 SDL_SensorID; type SDL_SensorType (line 69) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_shape.h type WindowShapeMode (line 80) | typedef enum { type SDL_WindowShapeParams (line 94) | typedef union { type SDL_WindowShapeMode (line 101) | typedef struct SDL_WindowShapeMode { FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_stdinc.h type SDL_bool (line 159) | typedef int SDL_bool; type SDL_bool (line 161) | typedef enum type Sint8 (line 173) | typedef int8_t Sint8; type Uint8 (line 179) | typedef uint8_t Uint8; type Sint16 (line 185) | typedef int16_t Sint16; type Uint16 (line 191) | typedef uint16_t Uint16; type Sint32 (line 197) | typedef int32_t Sint32; type Uint32 (line 203) | typedef uint32_t Uint32; type Sint64 (line 210) | typedef int64_t Sint64; type Uint64 (line 216) | typedef uint64_t Uint64; type SDL_DUMMY_ENUM (line 337) | typedef enum function SDL_FORCE_INLINE (line 420) | SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) type _SDL_iconv_t (line 547) | struct _SDL_iconv_t FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_surface.h type SDL_Surface (line 70) | typedef struct SDL_Surface type SDL_Surface (line 98) | struct SDL_Surface type SDL_Surface (line 99) | struct SDL_Surface type SDL_YUV_CONVERSION_MODE (line 104) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_system.h type IDirect3DDevice9 (line 60) | typedef struct IDirect3DDevice9 IDirect3DDevice9; type SDL_WinRT_Path (line 183) | typedef enum type SDL_WinRT_DeviceFamily (line 207) | typedef enum FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_syswm.h type SDL_SysWMinfo (line 44) | struct SDL_SysWMinfo type NSWindow (line 84) | typedef struct _NSWindow NSWindow; type UIWindow (line 92) | typedef struct _UIWindow UIWindow; type UIViewController (line 93) | typedef struct _UIViewController UIViewController; type Uint32 (line 95) | typedef Uint32 GLuint; type ANativeWindow (line 99) | typedef struct ANativeWindow ANativeWindow; type SDL_SYSWM_TYPE (line 119) | typedef enum type SDL_SysWMmsg (line 138) | struct SDL_SysWMmsg type SDL_SysWMinfo (line 197) | struct SDL_SysWMinfo type SDL_SysWMinfo (line 295) | typedef struct SDL_SysWMinfo SDL_SysWMinfo; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_test_common.h type SDLTest_CommonState (line 51) | typedef struct FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_test_crc32.h type SDLTest_Crc32Context (line 66) | typedef struct { FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_test_harness.h type SDLTest_TestCaseReference (line 75) | typedef struct SDLTest_TestCaseReference { type SDLTest_TestSuiteReference (line 89) | typedef struct SDLTest_TestSuiteReference { FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_test_images.h type SDLTest_SurfaceImage_t (line 50) | typedef struct SDLTest_SurfaceImage_s { FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_test_md5.h type MD5UINT4 (line 68) | typedef unsigned long int MD5UINT4; type SDLTest_Md5Context (line 71) | typedef struct { FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_test_random.h type SDLTest_RandomContext (line 59) | typedef struct { FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_thread.h type SDL_Thread (line 45) | struct SDL_Thread type SDL_Thread (line 46) | typedef struct SDL_Thread SDL_Thread; type SDL_threadID (line 49) | typedef unsigned long SDL_threadID; type SDL_TLSID (line 52) | typedef unsigned int SDL_TLSID; type SDL_ThreadPriority (line 59) | typedef enum { FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_timer.h type SDL_TimerID (line 86) | typedef int SDL_TimerID; FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_touch.h type Sint64 (line 41) | typedef Sint64 SDL_TouchID; type Sint64 (line 42) | typedef Sint64 SDL_FingerID; type SDL_TouchDeviceType (line 44) | typedef enum type SDL_Finger (line 52) | typedef struct SDL_Finger FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_version.h type SDL_version (line 51) | typedef struct SDL_version FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_video.h type SDL_DisplayMode (line 53) | typedef struct type SDL_Window (line 90) | typedef struct SDL_Window SDL_Window; type SDL_WindowFlags (line 97) | typedef enum type SDL_WindowEventID (line 146) | typedef enum type SDL_DisplayEventID (line 175) | typedef enum type SDL_DisplayOrientation (line 181) | typedef enum type SDL_GLattr (line 198) | typedef enum type SDL_GLprofile (line 229) | typedef enum type SDL_GLcontextFlag (line 236) | typedef enum type SDL_GLcontextReleaseFlag (line 244) | typedef enum type SDL_GLContextResetNotification (line 250) | typedef enum type SDL_HitTestResult (line 1020) | typedef enum type SDL_Point (line 1039) | typedef SDL_HitTestResult (SDLCALL *SDL_HitTest)(SDL_Window *win, FILE: winlib/SDL2-2.0.10/x86_64-w64-mingw32/include/SDL2/SDL_vulkan.h type VkInstance (line 57) | typedef VkInstance SDL_vulkanInstance; type VkSurfaceKHR (line 58) | typedef VkSurfaceKHR SDL_vulkanSurface;