Home
last modified time | relevance | path

Searched refs:getGtable (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlapi.c672 #define getGtable(L) \ macro
679 G = getGtable(L); in lua_getglobal()
860 G = getGtable(L); in lua_setglobal()
1109 const TValue *gt = getGtable(L); in lua_load()