Searched refs:luaopen_os (Results 1 – 5 of 5) sorted by relevance
22 {LUA_OSLIBNAME, luaopen_os},
28 LUALIB_API int (luaopen_os) (lua_State *L); variable
239 LUALIB_API int luaopen_os (lua_State *L) { in luaopen_os() function
28 LUAMOD_API int (luaopen_os) (lua_State *L); variable
856 luaLoadLib(lua, LUA_OSLIBNAME, luaopen_os); in luaLoadLibraries()