Searched defs:lua_rawsetp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lua.h | 242 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
|
| D | lapi.c | 796 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | lua.h | 263 LUA_API void (lua_rawsetp) (lua_State *L, int idx, const void *p); variable
|
| D | lapi.c | 830 LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) { in lua_rawsetp() function
|
| /freebsd-12-stable/lib/clang/liblldb/ |
| D | LLDBWrapLua.cpp | 924 #define lua_rawsetp(L,index,ptr)\ macro
|