Searched refs:luaopen_struct (Results 1 – 2 of 2) sorted by relevance
393 LUALIB_API int luaopen_struct (lua_State *L);395 LUALIB_API int luaopen_struct (lua_State *L) { in luaopen_struct() function
816 LUALIB_API int (luaopen_struct) (lua_State *L); variable827 luaLoadLib(lua, "struct", luaopen_struct); in luaLoadLibraries()