Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlua.h335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
H A Dldblib.c151 name = lua_getlocal(L1, &ar, luaL_checkint(L, arg+2)); in db_getlocal()
H A Dldebug.c127 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
/redis-3.2.3/src/
H A Dscripting.c2044 while((name = lua_getlocal(lua,&ar,i)) != NULL) { in ldbPrint()
2075 while((name = lua_getlocal(lua,&ar,i)) != NULL) { in ldbPrintAll()