Searched defs:lua_rawgetp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 227 LUA_API void (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
|
/freebsd/contrib/lua/src/ |
H A D | lua.h | 267 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
|
H A D | lapi.c | 752 LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lapi.c | 658 LUA_API void lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 952 #define lua_rawgetp(L,index,ptr)\ macro
|