Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp84 lua_gettable(m_lua_state, LUA_REGISTRYINDEX); in CallBreakpointCallback()
111 lua_gettable(m_lua_state, LUA_REGISTRYINDEX); in CallWatchpointCallback()
/freebsd/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/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig78 lua_gettable(L, LUA_REGISTRYINDEX);
/freebsd/libexec/flua/modules/
H A Dlposix.c240 lua_gettable(L, 2); in lua_execp()
248 lua_gettable(L, 2); in lua_execp()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h224 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
/freebsd/contrib/lua/src/
H A Dlua.h262 LUA_API int (lua_gettable) (lua_State *L, int idx); variable
H A Dltests.c1472 lua_gettable(L1, getindex); in runC()
1841 lua_gettable(L, -2); /* get C_HOOK[L] (script saved by sethookaux) */ in Chook()
H A Dlstrlib.c919 lua_gettable(L, 3); in add_value()
H A Dlapi.c674 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c618 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function
1291 EXPORT_SYMBOL(lua_gettable);
H A Dlstrlib.c728 lua_gettable(L, 3); in add_value()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c420 lua_gettable (L, idx); in ucl_object_lua_fromtable()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1322 lua_gettable(state, 1); in zcp_parse_table_args()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2224 lua_gettable(L,metatable_index); in SWIG_Lua_add_class_user_metamethod()
3871 lua_gettable(L, LUA_REGISTRYINDEX); in LLDBSwigLuaCallLuaLogOutputCallback()