HomeSort by: relevance | last modified time | path
    Searched refs:loadedlibs (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/lua/dist/src/
linit.c 46 static const luaL_Reg loadedlibs[] = { variable
69 /* "require" functions from 'loadedlibs' and set results to global table */
70 for (lib = loadedlibs; lib->func; lib++) {

Completed in 23 milliseconds