Searched refs:lua_getlocal (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/lua/src/ |
H A D | ldblib.c | 209 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal() 219 name = lua_getlocal(L1, &ar, nvar); in db_getlocal()
|
H A D | lua.h | 459 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable
|
H A D | ldebug.c | 220 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
|
/freebsd-src/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 383 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable
|
/freebsd-src/sys/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
|