Searched refs:lua_getlocal (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.h | 335 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
|
| H A D | ldblib.c | 151 name = lua_getlocal(L1, &ar, luaL_checkint(L, arg+2)); in db_getlocal()
|
| H A D | ldebug.c | 127 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldebug.c | 150 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 2111 while((name = lua_getlocal(lua,&ar,i)) != NULL) { in ldbPrint() 2142 while((name = lua_getlocal(lua,&ar,i)) != NULL) { in ldbPrintAll()
|