Home
last modified time | relevance | path

Searched defs:lua_getlocal (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c127 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.c150 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 Dlua.h384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable