Searched refs:loadedlibs (Results 1 – 3 of 3) sorted by relevance
42 static const luaL_Reg loadedlibs[] = { variable60 for (lib = loadedlibs; lib->func; lib++) { in luaL_openlibs()
44 static const luaL_Reg loadedlibs[] = { variable 74 /* "require" functions from 'loadedlibs' and set results to global table */ in luaL_openlibs() 75 for (lib = loadedlibs; lib->func; lib++) { in luaL_openlibs()
80 static const luaL_Reg loadedlibs[] = { variable125 for (lib = loadedlibs; lib->func; lib++) { in interp_preinit()