Home
last modified time | relevance | path

Searched refs:lua_gettable (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp107 lua_gettable(m_lua_state, LUA_REGISTRYINDEX); in CallBreakpointCallback()
140 lua_gettable(m_lua_state, LUA_REGISTRYINDEX); in CallWatchpointCallback()
/freebsd-13.1/contrib/lutok/
H A Dstate_test.cpp227 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY()
274 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY()
694 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY()
1000 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY()
1006 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY()
H A Dstate.cpp72 lua_gettable(state, -2); in protected_gettable()
323 lua_gettable(_pimpl->lua_state, -2); in get_global_table()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h224 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
/freebsd-13.1/contrib/lua/src/
H A Dlua.h251 LUA_API int (lua_gettable) (lua_State *L, int idx); variable
H A Dlstrlib.c916 lua_gettable(L, 3); in add_value()
H A Dlapi.c640 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlapi.c616 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function
1313 EXPORT_SYMBOL(lua_gettable);
H A Dlstrlib.c728 lua_gettable(L, 3); in add_value()
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c416 lua_gettable (L, idx); in ucl_object_lua_fromtable()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1318 lua_gettable(state, 1); in zcp_parse_table_args()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2199 lua_gettable(L,metatable_index); in SWIG_Lua_add_class_user_metamethod()