Searched refs:lua_gettable (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 84 lua_gettable(m_lua_state, LUA_REGISTRYINDEX); in CallBreakpointCallback() 111 lua_gettable(m_lua_state, LUA_REGISTRYINDEX); in CallWatchpointCallback()
|
/freebsd/contrib/lutok/ |
H A D | state_test.cpp | 227 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 D | state.cpp | 72 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 D | lua-wrapper.swig | 78 lua_gettable(L, LUA_REGISTRYINDEX);
|
/freebsd/libexec/flua/modules/ |
H A D | lposix.c | 240 lua_gettable(L, 2); in lua_execp() 248 lua_gettable(L, 2); in lua_execp()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 224 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
|
/freebsd/contrib/lua/src/ |
H A D | lua.h | 262 LUA_API int (lua_gettable) (lua_State *L, int idx); variable
|
H A D | ltests.c | 1472 lua_gettable(L1, getindex); in runC() 1841 lua_gettable(L, -2); /* get C_HOOK[L] (script saved by sethookaux) */ in Chook()
|
H A D | lstrlib.c | 919 lua_gettable(L, 3); in add_value()
|
H A D | lapi.c | 674 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lapi.c | 618 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function 1291 EXPORT_SYMBOL(lua_gettable);
|
H A D | lstrlib.c | 728 lua_gettable(L, 3); in add_value()
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 420 lua_gettable (L, idx); in ucl_object_lua_fromtable()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp.c | 1322 lua_gettable(state, 1); in zcp_parse_table_args()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 2224 lua_gettable(L,metatable_index); in SWIG_Lua_add_class_user_metamethod() 3871 lua_gettable(L, LUA_REGISTRYINDEX); in LLDBSwigLuaCallLuaLogOutputCallback()
|