Searched refs:LUAMOD_API (Results 1 – 12 of 12) sorted by relevance
18 LUAMOD_API int (luaopen_base) (lua_State *L);21 LUAMOD_API int (luaopen_coroutine) (lua_State *L);24 LUAMOD_API int (luaopen_table) (lua_State *L);27 LUAMOD_API int (luaopen_io) (lua_State *L);30 LUAMOD_API int (luaopen_os) (lua_State *L);33 LUAMOD_API int (luaopen_string) (lua_State *L);36 LUAMOD_API int (luaopen_utf8) (lua_State *L);39 LUAMOD_API int (luaopen_math) (lua_State *L);42 LUAMOD_API int (luaopen_debug) (lua_State *L);45 LUAMOD_API int (luaopen_package) (lua_State *L);
206 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine()
283 LUAMOD_API int luaopen_utf8 (lua_State *L) { in luaopen_utf8()
291 #define LUAMOD_API LUA_API macro
426 LUAMOD_API int luaopen_os (lua_State *L) { in luaopen_os()
425 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table()
516 LUAMOD_API int luaopen_base (lua_State *L) { in luaopen_base()
479 LUAMOD_API int luaopen_debug (lua_State *L) { in luaopen_debug()
739 LUAMOD_API int luaopen_package (lua_State *L) { in luaopen_package()
751 LUAMOD_API int luaopen_math (lua_State *L) { in luaopen_math()
819 LUAMOD_API int luaopen_io (lua_State *L) { in luaopen_io()
1812 LUAMOD_API int luaopen_string (lua_State *L) { in luaopen_string()
Completed in 22 milliseconds