Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlapi.c662 #define getGtable(L) \ macro
669 G = getGtable(L); in lua_getglobal()
850 G = getGtable(L); in lua_setglobal()
1099 const TValue *gt = getGtable(L); in lua_load()