Searched refs:lua_rawsetp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 243 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lua.h | 273 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
|
| H A D | lapi.c | 882 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 794 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 924 #define lua_rawsetp(L,index,ptr)\ macro 1161 lua_rawsetp(L,LUA_REGISTRYINDEX,(void*)(&swig_lua_elua_emulate_unique_key)); in SWIG_Lua_elua_emulate_register() 1165 lua_rawsetp(L, parsed_tables_array, table); in SWIG_Lua_elua_emulate_register() 1237 lua_rawsetp(L, LUA_REGISTRYINDEX, &swig_lua_elua_emulate_unique_key); in SWIG_Lua_elua_emulate_register_clear()
|