Home
last modified time | relevance | path

Searched refs:lua_settable (Results 1 – 14 of 14) sorted by last modified time

/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18989 lua_settable(L, LUA_REGISTRYINDEX); in _wrap_SBDebugger_Create__SWIG_2()
21454 lua_settable(L, LUA_REGISTRYINDEX); in _wrap_SBDebugger_SetLoggingCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp74 lua_settable(m_lua_state, LUA_REGISTRYINDEX); in RegisterBreakpointCallback()
102 lua_settable(m_lua_state, LUA_REGISTRYINDEX); in RegisterWatchpointCallback()
/freebsd/contrib/lua/src/
H A Dltests.c742 lua_settable(L, -3); in listcode()
1698 lua_settable(L1, getindex); in runC()
1867 lua_settable(L, -3); /* C_HOOK[L] = script */ in sethookaux()
H A Dlua.h279 LUA_API void (lua_settable) (lua_State *L, int idx); variable
H A Dlapi.c855 LUA_API void lua_settable (lua_State *L, int idx) { in lua_settable() function
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig167 lua_settable(L, LUA_REGISTRYINDEX);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_iter.c739 lua_settable(state, -3); in zcp_load_list_lib()
H A Dzcp.c495 (void) lua_settable(state, -3); in zcp_nvlist_to_lua()
554 (void) lua_settable(state, -3); in zcp_nvpair_value_to_lua()
566 (void) lua_settable(state, -3); in zcp_nvpair_value_to_lua()
578 (void) lua_settable(state, -3); in zcp_nvpair_value_to_lua()
1338 lua_settable(state, 1); in zcp_parse_table_args()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c745 LUA_API void lua_settable (lua_State *L, int idx) { in lua_settable() function
1314 EXPORT_SYMBOL(lua_settable);
H A Dlauxlib.c636 lua_settable(L, -4); /* set new table into field */ in luaL_findtable()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h238 LUA_API void (lua_settable) (lua_State *L, int idx); variable
/freebsd/contrib/lutok/
H A Dstate.cpp123 lua_settable(state, -3); in protected_settable()
H A Dstate_test.cpp940 lua_settable(raw(state), -3); in ATF_TEST_CASE_BODY()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c104 lua_settable (L, -3); in ucl_object_lua_push_element()