Searched refs:LUA_GNAME (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | linit.c | 43 {LUA_GNAME, luaopen_base},
|
H A D | lbaselib.c | 531 {LUA_GNAME, NULL}, 543 lua_setfield(L, -2, LUA_GNAME); in luaopen_base()
|
H A D | lauxlib.h | 20 #define LUA_GNAME "_G" macro
|
H A D | lauxlib.c | 85 if (strncmp(name, LUA_GNAME ".", 3) == 0) { /* name start with '_G.'? */ in pushglobalfuncname()
|
H A D | ltests.c | 1173 {LUA_GNAME, luaopen_base}, in loadlib()
|