Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dldblib.c201 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal()
209 name = lua_getlocal(L1, &ar, nvar); in db_getlocal()
H A Dlua.h426 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable
H A Dldebug.c171 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h383 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable
H A Dldebug.c151 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function