Home
last modified time | relevance | path

Searched defs:lua_getglobal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h284 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
H A Dlapi.c676 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function