Searched refs:luaopen_struct (Results 1 – 2 of 2) sorted by relevance
397 LUALIB_API int luaopen_struct (lua_State *L);399 LUALIB_API int luaopen_struct (lua_State *L) { in luaopen_struct() function
839 LUALIB_API int (luaopen_struct) (lua_State *L); variable850 luaLoadLib(lua, "struct", luaopen_struct); in luaLoadLibraries()