Home
last modified time | relevance | path

Searched defs:lua_rawgetp (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h227 LUA_API void (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
/freebsd/contrib/lua/src/
H A Dlua.h267 LUA_API int (lua_rawgetp) (lua_State *L, int idx, const void *p); variable
H A Dlapi.c752 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 Dlapi.c658 LUA_API void lua_rawgetp (lua_State *L, int idx, const void *p) { in lua_rawgetp() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp952 #define lua_rawgetp(L,index,ptr)\ macro