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 D | Lua.cpp | 107 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 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-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 224 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lua.h | 251 LUA_API int (lua_gettable) (lua_State *L, int idx); variable
|
| H A D | lstrlib.c | 916 lua_gettable(L, 3); in add_value()
|
| H A D | lapi.c | 640 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 616 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function 1313 EXPORT_SYMBOL(lua_gettable);
|
| H A D | lstrlib.c | 728 lua_gettable(L, 3); in add_value()
|
| /freebsd-13.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 416 lua_gettable (L, idx); in ucl_object_lua_fromtable()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 1318 lua_gettable(state, 1); in zcp_parse_table_args()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 2199 lua_gettable(L,metatable_index); in SWIG_Lua_add_class_user_metamethod()
|