Searched refs:loadedlibs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dlinit.c42 static const luaL_Reg loadedlibs[] = { variable
62 /* "require" functions from 'loadedlibs' and set results to global table */
63 for (lib = loadedlibs; lib->func; lib++) {
/freebsd-11-stable/libexec/flua/
H A Dlinit_flua.c44 static const luaL_Reg loadedlibs[] = { variable
67 /* "require" functions from 'loadedlibs' and set results to global table */
68 for (lib = loadedlibs; lib->func; lib++) {
/freebsd-11-stable/stand/common/
H A Dinterp_lua.c83 static const luaL_Reg loadedlibs[] = { variable
119 /* "require" functions from 'loadedlibs' and set results to global table */
120 for (lib = loadedlibs; lib->func; lib++) {

Completed in 101 milliseconds