Searched refs:lua_rawsetp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 242 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lua.h | 284 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
|
| H A D | lapi.c | 914 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
|
| H A D | ltests.c | 1639 lua_rawsetp(L1, t, cast_voidp(cast_sizet(getnum))); in runC()
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 795 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 903 #define lua_rawsetp(L,index,ptr)\ macro 1140 lua_rawsetp(L,LUA_REGISTRYINDEX,(void*)(&swig_lua_elua_emulate_unique_key)); in SWIG_Lua_elua_emulate_register() 1144 lua_rawsetp(L, parsed_tables_array, table); in SWIG_Lua_elua_emulate_register() 1216 lua_rawsetp(L, LUA_REGISTRYINDEX, &swig_lua_elua_emulate_unique_key); in SWIG_Lua_elua_emulate_register_clear()
|